Html Css Color HEX #454365 Corn Flower Blue

📋 copy color: '#454365'

red 69 ◦ green 67 ◦ blue 101

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

Shades of Corn Flower Blue #454365

Tints of Corn Flower Blue #454365

RGB

 RED value IS 69 (27.34% from 255) = 29.11%

 GREEN value IS 67 (26.56% from 255) = 28.27%

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

R = 29.11%
G = 28.27%
B = 42.62%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#454365 (or 0x454365) is known color: Corn Flower Blue. HEX triplet: 45, 43 and 65. RGB value is (69,67,101). Sum of RGB (Red+Green+Blue) = 69+67+101=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #454365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454365 is #BABC9A. Grayscale: #474747. Windows color (decimal): -12237979 or 6636357. OLE color: 6636357.

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

Color convert

RGB 69 67 101 -
CMYK 0.32 0.34 0 0.60
HSL 243.53º 0.2% 0.33% -
HSV(B) 243.53º 0.34% 0.4% -
XYZ 6.81 6.22 13.15 -
YUV 71.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 69 67 101 0.32 0.34 0 0.60 243.53 0.2 0.33
Hex 45 43 65 20 22 0 3C F4 14 21
Octal 105 103 145 40 42 0 74 364 24 41
Binary 1000101 1000011 1100101 100000 100010 0 111100 11110100 10100 100001

Color Harmonies of #454365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454365

Black with #454365

Text Example


Text Example

White with #454365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454365; }

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

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

background-color css

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

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

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

border-color css

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

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

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