Html Css Color HEX #424067 Corn Flower Blue

📋 copy color: '#424067'

red 66 ◦ green 64 ◦ blue 103

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

Shades of Corn Flower Blue #424067

Tints of Corn Flower Blue #424067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 28.33%
G = 27.47%
B = 44.21%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#424067 (or 0x424067) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 67. RGB value is (66,64,103). Sum of RGB (Red+Green+Blue) = 66+64+103=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #424067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424067 is #BDBF98. Grayscale: #444444. Windows color (decimal): -12435353 or 6766658. OLE color: 6766658.

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

Color convert

RGB 66 64 103 -
CMYK 0.36 0.38 0 0.60
HSL 243.08º 0.23% 0.33% -
HSV(B) 243.08º 0.38% 0.4% -
XYZ 6.53 5.8 13.61 -
YUV 69.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 66 64 103 0.36 0.38 0 0.60 243.08 0.23 0.33
Hex 42 40 67 24 26 0 3C F3 17 21
Octal 102 100 147 44 46 0 74 363 27 41
Binary 1000010 1000000 1100111 100100 100110 0 111100 11110011 10111 100001

Color Harmonies of #424067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424067

Black with #424067

Text Example


Text Example

White with #424067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424067; }

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

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

background-color css

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

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

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

border-color css

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

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

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