Html Css Color HEX #434260 Corn Flower Blue

📋 copy color: '#434260'

red 67 ◦ green 66 ◦ blue 96

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

Shades of Corn Flower Blue #434260

Tints of Corn Flower Blue #434260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 29.26%
G = 28.82%
B = 41.92%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434260 (or 0x434260) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 60. RGB value is (67,66,96). Sum of RGB (Red+Green+Blue) = 67+66+96=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #434260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434260 is #BCBD9F. Grayscale: #454545. Windows color (decimal): -12369312 or 6308419. OLE color: 6308419.

HSL color Cylindrical-coordinate representation of color #434260: hue angle of 242º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #434260 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 66 96 -
CMYK 0.30 0.31 0 0.62
HSL 242º 0.19% 0.32% -
HSV(B) 242º 0.31% 0.38% -
XYZ 6.37 5.93 11.88 -
YUV 69.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 67 66 96 0.30 0.31 0 0.62 242 0.19 0.32
Hex 43 42 60 1E 1F 0 3E F2 13 20
Octal 103 102 140 36 37 0 76 362 23 40
Binary 1000011 1000010 1100000 11110 11111 0 111110 11110010 10011 100000

Color Harmonies of #434260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434260

Black with #434260

Text Example


Text Example

White with #434260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434260; }

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

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

background-color css

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

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

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

border-color css

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

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

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