Html Css Color HEX #434064 Corn Flower Blue

📋 copy color: '#434064'

red 67 ◦ green 64 ◦ blue 100

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

Shades of Corn Flower Blue #434064

Tints of Corn Flower Blue #434064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 29%
G = 27.71%
B = 43.29%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#434064 (or 0x434064) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 64. RGB value is (67,64,100). Sum of RGB (Red+Green+Blue) = 67+64+100=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #434064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434064 is #BCBF9B. Grayscale: #444444. Windows color (decimal): -12369820 or 6570051. OLE color: 6570051.

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

Color convert

RGB 67 64 100 -
CMYK 0.33 0.36 0 0.61
HSL 245º 0.22% 0.32% -
HSV(B) 245º 0.36% 0.39% -
XYZ 6.45 5.78 12.83 -
YUV 69 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 67 64 100 0.33 0.36 0 0.61 245 0.22 0.32
Hex 43 40 64 21 24 0 3D F5 16 20
Octal 103 100 144 41 44 0 75 365 26 40
Binary 1000011 1000000 1100100 100001 100100 0 111101 11110101 10110 100000

Color Harmonies of #434064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434064

Black with #434064

Text Example


Text Example

White with #434064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434064; }

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

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

background-color css

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

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

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

border-color css

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

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

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