Html Css Color HEX #444268 Corn Flower Blue

📋 copy color: '#444268'

red 68 ◦ green 66 ◦ blue 104

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

Shades of Corn Flower Blue #444268

Tints of Corn Flower Blue #444268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 28.57%
G = 27.73%
B = 43.7%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#444268 (or 0x444268) is known color: Corn Flower Blue. HEX triplet: 44, 42 and 68. RGB value is (68,66,104). Sum of RGB (Red+Green+Blue) = 68+66+104=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #444268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444268 is #BBBD97. Grayscale: #464646. Windows color (decimal): -12303768 or 6832708. OLE color: 6832708.

HSL color Cylindrical-coordinate representation of color #444268: hue angle of 243.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #444268 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 66 104 -
CMYK 0.35 0.37 0 0.59
HSL 243.16º 0.22% 0.33% -
HSV(B) 243.16º 0.37% 0.41% -
XYZ 6.83 6.12 13.92 -
YUV 70.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 68 66 104 0.35 0.37 0 0.59 243.16 0.22 0.33
Hex 44 42 68 23 25 0 3B F3 16 21
Octal 104 102 150 43 45 0 73 363 26 41
Binary 1000100 1000010 1101000 100011 100101 0 111011 11110011 10110 100001

Color Harmonies of #444268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444268

Black with #444268

Text Example


Text Example

White with #444268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444268; }

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

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

background-color css

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

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

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

border-color css

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

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

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