Html Css Color HEX #434264 Corn Flower Blue

📋 copy color: '#434264'

red 67 ◦ green 66 ◦ blue 100

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

Shades of Corn Flower Blue #434264

Tints of Corn Flower Blue #434264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 28.76%
G = 28.33%
B = 42.92%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#434264 (or 0x434264) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 64. RGB value is (67,66,100). Sum of RGB (Red+Green+Blue) = 67+66+100=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #434264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434264 is #BCBD9B. Grayscale: #464646. Windows color (decimal): -12369308 or 6570563. OLE color: 6570563.

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

Color convert

RGB 67 66 100 -
CMYK 0.33 0.34 0 0.61
HSL 241.76º 0.2% 0.33% -
HSV(B) 241.76º 0.34% 0.39% -
XYZ 6.56 6.01 12.87 -
YUV 70.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 67 66 100 0.33 0.34 0 0.61 241.76 0.2 0.33
Hex 43 42 64 21 22 0 3D F2 14 21
Octal 103 102 144 41 42 0 75 362 24 41
Binary 1000011 1000010 1100100 100001 100010 0 111101 11110010 10100 100001

Color Harmonies of #434264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434264

Black with #434264

Text Example


Text Example

White with #434264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434264; }

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

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

background-color css

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

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

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

border-color css

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

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

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