Html Css Color HEX #3F426A Corn Flower Blue

📋 copy color: '#3F426A'

red 63 ◦ green 66 ◦ blue 106

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

Shades of Corn Flower Blue #3F426A

Tints of Corn Flower Blue #3F426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 26.81%
G = 28.09%
B = 45.11%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F426A (or 0x3F426A) is known color: Corn Flower Blue. HEX triplet: 3F, 42 and 6A. RGB value is (63,66,106). Sum of RGB (Red+Green+Blue) = 63+66+106=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F426A is #C0BD95. Grayscale: #454545. Windows color (decimal): -12631446 or 6963775. OLE color: 6963775.

HSL color Cylindrical-coordinate representation of color #3F426A: hue angle of 235.81º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F426A is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 66 106 -
CMYK 0.41 0.38 0 0.58
HSL 235.81º 0.25% 0.33% -
HSV(B) 235.81º 0.41% 0.42% -
XYZ 6.6 5.99 14.44 -
YUV 69.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 63 66 106 0.41 0.38 0 0.58 235.81 0.25 0.33
Hex 3F 42 6A 29 26 0 3A EC 19 21
Octal 77 102 152 51 46 0 72 354 31 41
Binary 111111 1000010 1101010 101001 100110 0 111010 11101100 11001 100001

Color Harmonies of #3F426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F426A

Black with #3F426A

Text Example


Text Example

White with #3F426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,106); }

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

background-color css

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

 a { background-color: rgb(63,66,106); }

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

border-color css

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

 span { border-color: rgb(63,66,106); }

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