Html Css Color HEX #384F60 Cello

📋 copy color: '#384F60'

red 56 ◦ green 79 ◦ blue 96

#384F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #384F60

Tints of Cello #384F60

RGB

 RED value IS 56 (22.27% from 255) = 24.24%

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 24.24%
G = 34.2%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#384F60 (or 0x384F60) is known color: Cello. HEX triplet: 38, 4F and 60. RGB value is (56,79,96). Sum of RGB (Red+Green+Blue) = 56+79+96=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #384F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F60 is #C7B09F. Grayscale: #494949. Windows color (decimal): -13086880 or 6311736. OLE color: 6311736.

HSL color Cylindrical-coordinate representation of color #384F60: hue angle of 205.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384F60 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 79 96 -
CMYK 0.42 0.18 0 0.62
HSL 205.5º 0.26% 0.3% -
HSV(B) 205.5º 0.42% 0.38% -
XYZ 6.54 7.28 12.13 -
YUV 74.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 56 79 96 0.42 0.18 0 0.62 205.5 0.26 0.3
Hex 38 4F 60 2A 12 0 3E CE 1A 1E
Octal 70 117 140 52 22 0 76 316 32 36
Binary 111000 1001111 1100000 101010 10010 0 111110 11001110 11010 11110

Color Harmonies of #384F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F60

Black with #384F60

Text Example


Text Example

White with #384F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F60; }

 p { color: rgb(56,79,96); }

 H1.HeaderClassName
 {
   color: #384F60;
 }
 .AnyTagClassName
 {
   color: #384F60;
 }
</style>

background-color css

<style>
 a { background-color: #384F60; }

 a { background-color: rgb(56,79,96); }

 div.DivClassName
 {
   background-color: #384F60;
 }
 .BgClassName
 {
   background-color: #384F60;
 }
</style>

border-color css

<style>
 span { border-color: #384F60; }

 span { border-color: rgb(56,79,96); }

 td.TdClassName
 {
   border-color: #384F60;
 }
 .TagClassName
 {
   border-color: #384F60;
 }
</style>