Html Css Color HEX #384961 Cello

📋 copy color: '#384961'

red 56 ◦ green 73 ◦ blue 97

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

Shades of Cello #384961

Tints of Cello #384961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 24.78%
G = 32.3%
B = 42.92%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384961 (or 0x384961) is known color: Cello. HEX triplet: 38, 49 and 61. RGB value is (56,73,97). Sum of RGB (Red+Green+Blue) = 56+73+97=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #384961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384961 is #C7B69E. Grayscale: #464646. Windows color (decimal): -13088415 or 6375736. OLE color: 6375736.

HSL color Cylindrical-coordinate representation of color #384961: hue angle of 215.12º degrees, saturation: 0.27, 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 #384961 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 73 97 -
CMYK 0.42 0.25 0 0.62
HSL 215.12º 0.27% 0.3% -
HSV(B) 215.12º 0.42% 0.38% -
XYZ 6.17 6.47 12.23 -
YUV 70.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 56 73 97 0.42 0.25 0 0.62 215.12 0.27 0.3
Hex 38 49 61 2A 19 0 3E D7 1B 1E
Octal 70 111 141 52 31 0 76 327 33 36
Binary 111000 1001001 1100001 101010 11001 0 111110 11010111 11011 11110

Color Harmonies of #384961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384961

Black with #384961

Text Example


Text Example

White with #384961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384961; }

 p { color: rgb(56,73,97); }

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

background-color css

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

 a { background-color: rgb(56,73,97); }

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

border-color css

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

 span { border-color: rgb(56,73,97); }

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