Html Css Color HEX #244C85 Fun Blue

📋 copy color: '#244C85'

red 36 ◦ green 76 ◦ blue 133

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

Shades of Fun Blue #244C85

Tints of Fun Blue #244C85

RGB

 RED value IS 36 (14.45% from 255) = 14.69%

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 14.69%
G = 31.02%
B = 54.29%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#244C85 (or 0x244C85) is known color: Fun Blue. HEX triplet: 24, 4C and 85. RGB value is (36,76,133). Sum of RGB (Red+Green+Blue) = 36+76+133=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #244C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C85 is #DBB37A. Grayscale: #464646. Windows color (decimal): -14398331 or 8735780. OLE color: 8735780.

HSL color Cylindrical-coordinate representation of color #244C85: hue angle of 215.26º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244C85 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 76 133 -
CMYK 0.73 0.43 0 0.48
HSL 215.26º 0.57% 0.33% -
HSV(B) 215.26º 0.73% 0.52% -
XYZ 7.55 7.24 23.19 -
YUV 70.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 36 76 133 0.73 0.43 0 0.48 215.26 0.57 0.33
Hex 24 4C 85 49 2B 0 30 D7 39 21
Octal 44 114 205 111 53 0 60 327 71 41
Binary 100100 1001100 10000101 1001001 101011 0 110000 11010111 111001 100001

Color Harmonies of #244C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C85

Black with #244C85

Text Example


Text Example

White with #244C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244C85; }

 p { color: rgb(36,76,133); }

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

background-color css

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

 a { background-color: rgb(36,76,133); }

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

border-color css

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

 span { border-color: rgb(36,76,133); }

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