Html Css Color HEX #3B4F62 Cello

📋 copy color: '#3B4F62'

red 59 ◦ green 79 ◦ blue 98

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

Shades of Cello #3B4F62

Tints of Cello #3B4F62

RGB

 RED value IS 59 (23.44% from 255) = 25%

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

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 25%
G = 33.47%
B = 41.53%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B4F62 (or 0x3B4F62) is known color: Cello. HEX triplet: 3B, 4F and 62. RGB value is (59,79,98). Sum of RGB (Red+Green+Blue) = 59+79+98=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4F62 is #C4B09D. Grayscale: #4B4B4B. Windows color (decimal): -12890270 or 6442811. OLE color: 6442811.

HSL color Cylindrical-coordinate representation of color #3B4F62: hue angle of 209.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B4F62 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 79 98 -
CMYK 0.40 0.19 0 0.62
HSL 209.23º 0.25% 0.31% -
HSV(B) 209.23º 0.4% 0.38% -
XYZ 6.8 7.4 12.63 -
YUV 75.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 59 79 98 0.40 0.19 0 0.62 209.23 0.25 0.31
Hex 3B 4F 62 28 13 0 3E D1 19 1F
Octal 73 117 142 50 23 0 76 321 31 37
Binary 111011 1001111 1100010 101000 10011 0 111110 11010001 11001 11111

Color Harmonies of #3B4F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F62

Black with #3B4F62

Text Example


Text Example

White with #3B4F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4F62; }

 p { color: rgb(59,79,98); }

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

background-color css

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

 a { background-color: rgb(59,79,98); }

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

border-color css

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

 span { border-color: rgb(59,79,98); }

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