Html Css Color HEX #3F5872 Chambray

📋 copy color: '#3F5872'

red 63 ◦ green 88 ◦ blue 114

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

Shades of Chambray #3F5872

Tints of Chambray #3F5872

RGB

 RED value IS 63 (25% from 255) = 23.77%

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 23.77%
G = 33.21%
B = 43.02%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F5872 (or 0x3F5872) is known color: Chambray. HEX triplet: 3F, 58 and 72. RGB value is (63,88,114). Sum of RGB (Red+Green+Blue) = 63+88+114=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5872 is #C0A78D. Grayscale: #535353. Windows color (decimal): -12625806 or 7493695. OLE color: 7493695.

HSL color Cylindrical-coordinate representation of color #3F5872: hue angle of 210.59º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5872 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 88 114 -
CMYK 0.45 0.23 0 0.55
HSL 210.59º 0.29% 0.35% -
HSV(B) 210.59º 0.45% 0.45% -
XYZ 8.58 9.25 17.25 -
YUV 83.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 63 88 114 0.45 0.23 0 0.55 210.59 0.29 0.35
Hex 3F 58 72 2D 17 0 37 D3 1D 23
Octal 77 130 162 55 27 0 67 323 35 43
Binary 111111 1011000 1110010 101101 10111 0 110111 11010011 11101 100011

Color Harmonies of #3F5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5872

Black with #3F5872

Text Example


Text Example

White with #3F5872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,114); }

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

background-color css

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

 a { background-color: rgb(63,88,114); }

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

border-color css

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

 span { border-color: rgb(63,88,114); }

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