Html Css Color HEX #444364 Corn Flower Blue

📋 copy color: '#444364'

red 68 ◦ green 67 ◦ blue 100

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

Shades of Corn Flower Blue #444364

Tints of Corn Flower Blue #444364

RGB

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

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

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

R = 28.94%
G = 28.51%
B = 42.55%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444364 (or 0x444364) is known color: Corn Flower Blue. HEX triplet: 44, 43 and 64. RGB value is (68,67,100). Sum of RGB (Red+Green+Blue) = 68+67+100=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #444364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444364 is #BBBC9B. Grayscale: #464646. Windows color (decimal): -12303516 or 6570820. OLE color: 6570820.

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

Color convert

RGB 68 67 100 -
CMYK 0.32 0.33 0 0.61
HSL 241.82º 0.2% 0.33% -
HSV(B) 241.82º 0.33% 0.39% -
XYZ 6.69 6.16 12.89 -
YUV 71.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 68 67 100 0.32 0.33 0 0.61 241.82 0.2 0.33
Hex 44 43 64 20 21 0 3D F2 14 21
Octal 104 103 144 40 41 0 75 362 24 41
Binary 1000100 1000011 1100100 100000 100001 0 111101 11110010 10100 100001

Color Harmonies of #444364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444364

Black with #444364

Text Example


Text Example

White with #444364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444364; }

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

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

background-color css

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

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

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

border-color css

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

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

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