Html Css Color HEX #42435F Corn Flower Blue

📋 copy color: '#42435F'

red 66 ◦ green 67 ◦ blue 95

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

Shades of Corn Flower Blue #42435F

Tints of Corn Flower Blue #42435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 28.95%
G = 29.39%
B = 41.67%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42435F (or 0x42435F) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 5F. RGB value is (66,67,95). Sum of RGB (Red+Green+Blue) = 66+67+95=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #42435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42435F is #BDBCA0. Grayscale: #454545. Windows color (decimal): -12434593 or 6243138. OLE color: 6243138.

HSL color Cylindrical-coordinate representation of color #42435F: hue angle of 237.93º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42435F is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 67 95 -
CMYK 0.31 0.29 0 0.63
HSL 237.93º 0.18% 0.32% -
HSV(B) 237.93º 0.31% 0.37% -
XYZ 6.32 6 11.65 -
YUV 69.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 66 67 95 0.31 0.29 0 0.63 237.93 0.18 0.32
Hex 42 43 5F 1F 1D 0 3F EE 12 20
Octal 102 103 137 37 35 0 77 356 22 40
Binary 1000010 1000011 1011111 11111 11101 0 111111 11101110 10010 100000

Color Harmonies of #42435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42435F

Black with #42435F

Text Example


Text Example

White with #42435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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