Html Css Color HEX #434170 Corn Flower Blue

📋 copy color: '#434170'

red 67 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #434170

Tints of Corn Flower Blue #434170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 27.46%
G = 26.64%
B = 45.9%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434170 (or 0x434170) is known color: Corn Flower Blue. HEX triplet: 43, 41 and 70. RGB value is (67,65,112). Sum of RGB (Red+Green+Blue) = 67+65+112=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #434170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434170 is #BCBE8F. Grayscale: #464646. Windows color (decimal): -12369552 or 7356739. OLE color: 7356739.

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

Color convert

RGB 67 65 112 -
CMYK 0.40 0.42 0 0.56
HSL 242.55º 0.27% 0.35% -
HSV(B) 242.55º 0.42% 0.44% -
XYZ 7.13 6.14 16.14 -
YUV 70.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 67 65 112 0.40 0.42 0 0.56 242.55 0.27 0.35
Hex 43 41 70 28 2A 0 38 F3 1B 23
Octal 103 101 160 50 52 0 70 363 33 43
Binary 1000011 1000001 1110000 101000 101010 0 111000 11110011 11011 100011

Color Harmonies of #434170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434170

Black with #434170

Text Example


Text Example

White with #434170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434170; }

 p { color: rgb(67,65,112); }

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

background-color css

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

 a { background-color: rgb(67,65,112); }

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

border-color css

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

 span { border-color: rgb(67,65,112); }

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