Html Css Color HEX #434072 Corn Flower Blue

📋 copy color: '#434072'

red 67 ◦ green 64 ◦ blue 114

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

Shades of Corn Flower Blue #434072

Tints of Corn Flower Blue #434072

RGB

 RED value IS 67 (26.56% from 255) = 27.35%

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

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 27.35%
G = 26.12%
B = 46.53%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434072 (or 0x434072) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 72. RGB value is (67,64,114). Sum of RGB (Red+Green+Blue) = 67+64+114=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #434072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434072 is #BCBF8D. Grayscale: #464646. Windows color (decimal): -12369806 or 7487555. OLE color: 7487555.

HSL color Cylindrical-coordinate representation of color #434072: hue angle of 243.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434072 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 64 114 -
CMYK 0.41 0.44 0 0.55
HSL 243.6º 0.28% 0.35% -
HSV(B) 243.6º 0.44% 0.45% -
XYZ 7.19 6.07 16.71 -
YUV 70.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 67 64 114 0.41 0.44 0 0.55 243.6 0.28 0.35
Hex 43 40 72 29 2C 0 37 F4 1C 23
Octal 103 100 162 51 54 0 67 364 34 43
Binary 1000011 1000000 1110010 101001 101100 0 110111 11110100 11100 100011

Color Harmonies of #434072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434072

Black with #434072

Text Example


Text Example

White with #434072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434072; }

 p { color: rgb(67,64,114); }

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

background-color css

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

 a { background-color: rgb(67,64,114); }

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

border-color css

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

 span { border-color: rgb(67,64,114); }

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