Html Css Color HEX #424267 Corn Flower Blue

📋 copy color: '#424267'

red 66 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #424267

Tints of Corn Flower Blue #424267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 28.09%
G = 28.09%
B = 43.83%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424267 (or 0x424267) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 67. RGB value is (66,66,103). Sum of RGB (Red+Green+Blue) = 66+66+103=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #424267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424267 is #BDBD98. Grayscale: #464646. Windows color (decimal): -12434841 or 6767170. OLE color: 6767170.

HSL color Cylindrical-coordinate representation of color #424267: hue angle of 240º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #424267 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 66 103 -
CMYK 0.36 0.36 0 0.60
HSL 240º 0.22% 0.33% -
HSV(B) 240º 0.36% 0.4% -
XYZ 6.64 6.03 13.65 -
YUV 70.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 66 66 103 0.36 0.36 0 0.60 240 0.22 0.33
Hex 42 42 67 24 24 0 3C F0 16 21
Octal 102 102 147 44 44 0 74 360 26 41
Binary 1000010 1000010 1100111 100100 100100 0 111100 11110000 10110 100001

Color Harmonies of #424267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424267

Black with #424267

Text Example


Text Example

White with #424267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424267; }

 p { color: rgb(66,66,103); }

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

background-color css

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

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

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

border-color css

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

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

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