Html Css Color HEX #3F5882 Chambray

📋 copy color: '#3F5882'

red 63 ◦ green 88 ◦ blue 130

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

Shades of Chambray #3F5882

Tints of Chambray #3F5882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 22.42%
G = 31.32%
B = 46.26%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F5882 (or 0x3F5882) is known color: Chambray. HEX triplet: 3F, 58 and 82. RGB value is (63,88,130). Sum of RGB (Red+Green+Blue) = 63+88+130=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F5882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5882 is #C0A77D. Grayscale: #555555. Windows color (decimal): -12625790 or 8542271. OLE color: 8542271.

HSL color Cylindrical-coordinate representation of color #3F5882: hue angle of 217.61º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F5882 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 88 130 -
CMYK 0.52 0.32 0 0.49
HSL 217.61º 0.35% 0.38% -
HSV(B) 217.61º 0.52% 0.51% -
XYZ 9.57 9.65 22.48 -
YUV 85.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 63 88 130 0.52 0.32 0 0.49 217.61 0.35 0.38
Hex 3F 58 82 34 20 0 31 DA 23 26
Octal 77 130 202 64 40 0 61 332 43 46
Binary 111111 1011000 10000010 110100 100000 0 110001 11011010 100011 100110

Color Harmonies of #3F5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5882

Black with #3F5882

Text Example


Text Example

White with #3F5882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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