Html Css Color HEX #244562 Regal Blue

📋 copy color: '#244562'

red 36 ◦ green 69 ◦ blue 98

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

Shades of Regal Blue #244562

Tints of Regal Blue #244562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 17.73%
G = 33.99%
B = 48.28%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#244562 (or 0x244562) is known color: Regal Blue. HEX triplet: 24, 45 and 62. RGB value is (36,69,98). Sum of RGB (Red+Green+Blue) = 36+69+98=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #244562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244562 is #DBBA9D. Grayscale: #3E3E3E. Windows color (decimal): -14400158 or 6440228. OLE color: 6440228.

HSL color Cylindrical-coordinate representation of color #244562: hue angle of 208.06º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #244562 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 69 98 -
CMYK 0.63 0.30 0 0.62
HSL 208.06º 0.46% 0.26% -
HSV(B) 208.06º 0.63% 0.38% -
XYZ 5.06 5.51 12.35 -
YUV 62.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 36 69 98 0.63 0.30 0 0.62 208.06 0.46 0.26
Hex 24 45 62 3F 1E 0 3E D0 2E 1A
Octal 44 105 142 77 36 0 76 320 56 32
Binary 100100 1000101 1100010 111111 11110 0 111110 11010000 101110 11010

Color Harmonies of #244562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244562

Black with #244562

Text Example


Text Example

White with #244562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244562; }

 p { color: rgb(36,69,98); }

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

background-color css

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

 a { background-color: rgb(36,69,98); }

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

border-color css

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

 span { border-color: rgb(36,69,98); }

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