Html Css Color HEX #384D66 Cello

📋 copy color: '#384D66'

red 56 ◦ green 77 ◦ blue 102

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

Shades of Cello #384D66

Tints of Cello #384D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 23.83%
G = 32.77%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#384D66 (or 0x384D66) is known color: Cello. HEX triplet: 38, 4D and 66. RGB value is (56,77,102). Sum of RGB (Red+Green+Blue) = 56+77+102=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #384D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D66 is #C7B299. Grayscale: #494949. Windows color (decimal): -13087386 or 6704440. OLE color: 6704440.

HSL color Cylindrical-coordinate representation of color #384D66: hue angle of 212.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384D66 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 77 102 -
CMYK 0.45 0.25 0 0.6
HSL 212.61º 0.29% 0.31% -
HSV(B) 212.61º 0.45% 0.4% -
XYZ 6.68 7.11 13.59 -
YUV 73.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 56 77 102 0.45 0.25 0 0.6 212.61 0.29 0.31
Hex 38 4D 66 2D 19 0 3C D5 1D 1F
Octal 70 115 146 55 31 0 74 325 35 37
Binary 111000 1001101 1100110 101101 11001 0 111100 11010101 11101 11111

Color Harmonies of #384D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D66

Black with #384D66

Text Example


Text Example

White with #384D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,102); }

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

background-color css

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

 a { background-color: rgb(56,77,102); }

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

border-color css

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

 span { border-color: rgb(56,77,102); }

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