Html Css Color HEX #424375 Corn Flower Blue

📋 copy color: '#424375'

red 66 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #424375

Tints of Corn Flower Blue #424375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 26.4%
G = 26.8%
B = 46.8%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424375 (or 0x424375) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 75. RGB value is (66,67,117). Sum of RGB (Red+Green+Blue) = 66+67+117=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #424375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424375 is #BDBC8A. Grayscale: #484848. Windows color (decimal): -12434571 or 7684930. OLE color: 7684930.

HSL color Cylindrical-coordinate representation of color #424375: hue angle of 238.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424375 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 67 117 -
CMYK 0.44 0.43 0 0.54
HSL 238.82º 0.28% 0.36% -
HSV(B) 238.82º 0.44% 0.46% -
XYZ 7.46 6.46 17.68 -
YUV 72.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 66 67 117 0.44 0.43 0 0.54 238.82 0.28 0.36
Hex 42 43 75 2C 2B 0 36 EF 1C 24
Octal 102 103 165 54 53 0 66 357 34 44
Binary 1000010 1000011 1110101 101100 101011 0 110110 11101111 11100 100100

Color Harmonies of #424375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424375

Black with #424375

Text Example


Text Example

White with #424375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424375; }

 p { color: rgb(66,67,117); }

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

background-color css

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

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

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

border-color css

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

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

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