Html Css Color HEX #434071 Corn Flower Blue

📋 copy color: '#434071'

red 67 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #434071

Tints of Corn Flower Blue #434071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 27.46%
G = 26.23%
B = 46.31%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434071 (or 0x434071) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 71. RGB value is (67,64,113). Sum of RGB (Red+Green+Blue) = 67+64+113=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #434071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434071 is #BCBF8E. Grayscale: #464646. Windows color (decimal): -12369807 or 7422019. OLE color: 7422019.

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

Color convert

RGB 67 64 113 -
CMYK 0.41 0.43 0 0.56
HSL 243.67º 0.28% 0.35% -
HSV(B) 243.67º 0.43% 0.44% -
XYZ 7.13 6.05 16.42 -
YUV 70.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 67 64 113 0.41 0.43 0 0.56 243.67 0.28 0.35
Hex 43 40 71 29 2B 0 38 F4 1C 23
Octal 103 100 161 51 53 0 70 364 34 43
Binary 1000011 1000000 1110001 101001 101011 0 111000 11110100 11100 100011

Color Harmonies of #434071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434071

Black with #434071

Text Example


Text Example

White with #434071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434071; }

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

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

background-color css

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

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

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

border-color css

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

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

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