Html Css Color HEX #434265 Corn Flower Blue

📋 copy color: '#434265'

red 67 ◦ green 66 ◦ blue 101

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

Shades of Corn Flower Blue #434265

Tints of Corn Flower Blue #434265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 28.63%
G = 28.21%
B = 43.16%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#434265 (or 0x434265) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 65. RGB value is (67,66,101). Sum of RGB (Red+Green+Blue) = 67+66+101=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #434265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434265 is #BCBD9A. Grayscale: #464646. Windows color (decimal): -12369307 or 6636099. OLE color: 6636099.

HSL color Cylindrical-coordinate representation of color #434265: hue angle of 241.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434265 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 67 66 101 -
CMYK 0.34 0.35 0 0.60
HSL 241.71º 0.21% 0.33% -
HSV(B) 241.71º 0.35% 0.4% -
XYZ 6.61 6.03 13.13 -
YUV 70.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 67 66 101 0.34 0.35 0 0.60 241.71 0.21 0.33
Hex 43 42 65 22 23 0 3C F2 15 21
Octal 103 102 145 42 43 0 74 362 25 41
Binary 1000011 1000010 1100101 100010 100011 0 111100 11110010 10101 100001

Color Harmonies of #434265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434265

Black with #434265

Text Example


Text Example

White with #434265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434265; }

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

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

background-color css

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

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

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

border-color css

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

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

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