Html Css Color HEX #444264 Corn Flower Blue

📋 copy color: '#444264'

red 68 ◦ green 66 ◦ blue 100

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

Shades of Corn Flower Blue #444264

Tints of Corn Flower Blue #444264

RGB

 RED value IS 68 (26.95% from 255) = 29.06%

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

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

R = 29.06%
G = 28.21%
B = 42.74%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444264 (or 0x444264) is known color: Corn Flower Blue. HEX triplet: 44, 42 and 64. RGB value is (68,66,100). Sum of RGB (Red+Green+Blue) = 68+66+100=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #444264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444264 is #BBBD9B. Grayscale: #464646. Windows color (decimal): -12303772 or 6570564. OLE color: 6570564.

HSL color Cylindrical-coordinate representation of color #444264: hue angle of 243.53º 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 #444264 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 66 100 -
CMYK 0.32 0.34 0 0.61
HSL 243.53º 0.2% 0.33% -
HSV(B) 243.53º 0.34% 0.39% -
XYZ 6.63 6.05 12.87 -
YUV 70.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 68 66 100 0.32 0.34 0 0.61 243.53 0.2 0.33
Hex 44 42 64 20 22 0 3D F4 14 21
Octal 104 102 144 40 42 0 75 364 24 41
Binary 1000100 1000010 1100100 100000 100010 0 111101 11110100 10100 100001

Color Harmonies of #444264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444264

Black with #444264

Text Example


Text Example

White with #444264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444264; }

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

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

background-color css

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

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

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

border-color css

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

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

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