Html Css Color HEX #424261 Corn Flower Blue

📋 copy color: '#424261'

red 66 ◦ green 66 ◦ blue 97

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

Shades of Corn Flower Blue #424261

Tints of Corn Flower Blue #424261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 28.82%
G = 28.82%
B = 42.36%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424261 (or 0x424261) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 61. RGB value is (66,66,97). Sum of RGB (Red+Green+Blue) = 66+66+97=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #424261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424261 is #BDBD9E. Grayscale: #454545. Windows color (decimal): -12434847 or 6373954. OLE color: 6373954.

HSL color Cylindrical-coordinate representation of color #424261: hue angle of 240º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424261 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 66 97 -
CMYK 0.32 0.32 0 0.62
HSL 240º 0.19% 0.32% -
HSV(B) 240º 0.32% 0.38% -
XYZ 6.35 5.92 12.12 -
YUV 69.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 66 66 97 0.32 0.32 0 0.62 240 0.19 0.32
Hex 42 42 61 20 20 0 3E F0 13 20
Octal 102 102 141 40 40 0 76 360 23 40
Binary 1000010 1000010 1100001 100000 100000 0 111110 11110000 10011 100000

Color Harmonies of #424261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424261

Black with #424261

Text Example


Text Example

White with #424261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424261; }

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

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

background-color css

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

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

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

border-color css

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

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

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