Html Css Color HEX #3F5A7E Chambray

📋 copy color: '#3F5A7E'

red 63 ◦ green 90 ◦ blue 126

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

Shades of Chambray #3F5A7E

Tints of Chambray #3F5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 22.58%
G = 32.26%
B = 45.16%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F5A7E (or 0x3F5A7E) is known color: Chambray. HEX triplet: 3F, 5A and 7E. RGB value is (63,90,126). Sum of RGB (Red+Green+Blue) = 63+90+126=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F5A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A7E is #C0A581. Grayscale: #555555. Windows color (decimal): -12625282 or 8280639. OLE color: 8280639.

HSL color Cylindrical-coordinate representation of color #3F5A7E: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F5A7E is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 90 126 -
CMYK 0.50 0.29 0 0.51
HSL 214.29º 0.33% 0.37% -
HSV(B) 214.29º 0.5% 0.49% -
XYZ 9.47 9.88 21.15 -
YUV 86.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 63 90 126 0.50 0.29 0 0.51 214.29 0.33 0.37
Hex 3F 5A 7E 32 1D 0 33 D6 21 25
Octal 77 132 176 62 35 0 63 326 41 45
Binary 111111 1011010 1111110 110010 11101 0 110011 11010110 100001 100101

Color Harmonies of #3F5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5A7E

Black with #3F5A7E

Text Example


Text Example

White with #3F5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,90,126); }

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

background-color css

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

 a { background-color: rgb(63,90,126); }

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

border-color css

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

 span { border-color: rgb(63,90,126); }

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