Html Css Color HEX #444065 Corn Flower Blue

📋 copy color: '#444065'

red 68 ◦ green 64 ◦ blue 101

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

Shades of Corn Flower Blue #444065

Tints of Corn Flower Blue #444065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 29.18%
G = 27.47%
B = 43.35%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#444065 (or 0x444065) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 65. RGB value is (68,64,101). Sum of RGB (Red+Green+Blue) = 68+64+101=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #444065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444065 is #BBBF9A. Grayscale: #454545. Windows color (decimal): -12304283 or 6635588. OLE color: 6635588.

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

Color convert

RGB 68 64 101 -
CMYK 0.33 0.37 0 0.60
HSL 246.49º 0.22% 0.32% -
HSV(B) 246.49º 0.37% 0.4% -
XYZ 6.57 5.84 13.09 -
YUV 69.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 68 64 101 0.33 0.37 0 0.60 246.49 0.22 0.32
Hex 44 40 65 21 25 0 3C F6 16 20
Octal 104 100 145 41 45 0 74 366 26 40
Binary 1000100 1000000 1100101 100001 100101 0 111100 11110110 10110 100000

Color Harmonies of #444065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444065

Black with #444065

Text Example


Text Example

White with #444065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444065; }

 p { color: rgb(68,64,101); }

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

background-color css

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

 a { background-color: rgb(68,64,101); }

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

border-color css

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

 span { border-color: rgb(68,64,101); }

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