Html Css Color HEX #3F5878 Chambray

📋 copy color: '#3F5878'

red 63 ◦ green 88 ◦ blue 120

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

Shades of Chambray #3F5878

Tints of Chambray #3F5878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 23.25%
G = 32.47%
B = 44.28%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F5878 (or 0x3F5878) is known color: Chambray. HEX triplet: 3F, 58 and 78. RGB value is (63,88,120). Sum of RGB (Red+Green+Blue) = 63+88+120=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5878 is #C0A787. Grayscale: #545454. Windows color (decimal): -12625800 or 7886911. OLE color: 7886911.

HSL color Cylindrical-coordinate representation of color #3F5878: hue angle of 213.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F5878 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 88 120 -
CMYK 0.48 0.27 0 0.53
HSL 213.68º 0.31% 0.36% -
HSV(B) 213.68º 0.48% 0.47% -
XYZ 8.93 9.39 19.11 -
YUV 84.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 63 88 120 0.48 0.27 0 0.53 213.68 0.31 0.36
Hex 3F 58 78 30 1B 0 35 D6 1F 24
Octal 77 130 170 60 33 0 65 326 37 44
Binary 111111 1011000 1111000 110000 11011 0 110101 11010110 11111 100100

Color Harmonies of #3F5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5878

Black with #3F5878

Text Example


Text Example

White with #3F5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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