Html Css Color HEX #434069 Corn Flower Blue

📋 copy color: '#434069'

red 67 ◦ green 64 ◦ blue 105

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

Shades of Corn Flower Blue #434069

Tints of Corn Flower Blue #434069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 28.39%
G = 27.12%
B = 44.49%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#434069 (or 0x434069) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 69. RGB value is (67,64,105). Sum of RGB (Red+Green+Blue) = 67+64+105=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #434069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434069 is #BCBF96. Grayscale: #454545. Windows color (decimal): -12369815 or 6897731. OLE color: 6897731.

HSL color Cylindrical-coordinate representation of color #434069: hue angle of 244.39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434069 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 64 105 -
CMYK 0.36 0.39 0 0.59
HSL 244.39º 0.24% 0.33% -
HSV(B) 244.39º 0.39% 0.41% -
XYZ 6.7 5.88 14.15 -
YUV 69.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 67 64 105 0.36 0.39 0 0.59 244.39 0.24 0.33
Hex 43 40 69 24 27 0 3B F4 18 21
Octal 103 100 151 44 47 0 73 364 30 41
Binary 1000011 1000000 1101001 100100 100111 0 111011 11110100 11000 100001

Color Harmonies of #434069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434069

Black with #434069

Text Example


Text Example

White with #434069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434069; }

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

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

background-color css

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

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

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

border-color css

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

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

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