Html Css Color HEX #3B4A63 Cello

📋 copy color: '#3B4A63'

red 59 ◦ green 74 ◦ blue 99

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

Shades of Cello #3B4A63

Tints of Cello #3B4A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 25.43%
G = 31.9%
B = 42.67%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3B4A63 (or 0x3B4A63) is known color: Cello. HEX triplet: 3B, 4A and 63. RGB value is (59,74,99). Sum of RGB (Red+Green+Blue) = 59+74+99=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B4A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4A63 is #C4B59C. Grayscale: #484848. Windows color (decimal): -12891549 or 6507067. OLE color: 6507067.

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

Color convert

RGB 59 74 99 -
CMYK 0.40 0.25 0 0.61
HSL 217.5º 0.25% 0.31% -
HSV(B) 217.5º 0.4% 0.39% -
XYZ 6.5 6.73 12.76 -
YUV 72.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 59 74 99 0.40 0.25 0 0.61 217.5 0.25 0.31
Hex 3B 4A 63 28 19 0 3D DA 19 1F
Octal 73 112 143 50 31 0 75 332 31 37
Binary 111011 1001010 1100011 101000 11001 0 111101 11011010 11001 11111

Color Harmonies of #3B4A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4A63

Black with #3B4A63

Text Example


Text Example

White with #3B4A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,74,99); }

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

background-color css

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

 a { background-color: rgb(59,74,99); }

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

border-color css

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

 span { border-color: rgb(59,74,99); }

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