Html Css Color HEX #395067 Cello

📋 copy color: '#395067'

red 57 ◦ green 80 ◦ blue 103

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

Shades of Cello #395067

Tints of Cello #395067

RGB

 RED value IS 57 (22.66% from 255) = 23.75%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 23.75%
G = 33.33%
B = 42.92%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395067 (or 0x395067) is known color: Cello. HEX triplet: 39, 50 and 67. RGB value is (57,80,103). Sum of RGB (Red+Green+Blue) = 57+80+103=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #395067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395067 is #C6AF98. Grayscale: #4B4B4B. Windows color (decimal): -13021081 or 6770745. OLE color: 6770745.

HSL color Cylindrical-coordinate representation of color #395067: hue angle of 210º 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 #395067 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 80 103 -
CMYK 0.45 0.22 0 0.60
HSL 210º 0.29% 0.31% -
HSV(B) 210º 0.45% 0.4% -
XYZ 7 7.59 13.93 -
YUV 75.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 57 80 103 0.45 0.22 0 0.60 210 0.29 0.31
Hex 39 50 67 2D 16 0 3C D2 1D 1F
Octal 71 120 147 55 26 0 74 322 35 37
Binary 111001 1010000 1100111 101101 10110 0 111100 11010010 11101 11111

Color Harmonies of #395067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395067

Black with #395067

Text Example


Text Example

White with #395067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395067; }

 p { color: rgb(57,80,103); }

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

background-color css

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

 a { background-color: rgb(57,80,103); }

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

border-color css

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

 span { border-color: rgb(57,80,103); }

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