Html Css Color HEX #244461 Regal Blue

📋 copy color: '#244461'

red 36 ◦ green 68 ◦ blue 97

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

Shades of Regal Blue #244461

Tints of Regal Blue #244461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 17.91%
G = 33.83%
B = 48.26%

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

#244461 (or 0x244461) is known color: Regal Blue. HEX triplet: 24, 44 and 61. RGB value is (36,68,97). Sum of RGB (Red+Green+Blue) = 36+68+97=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #244461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244461 is #DBBB9E. Grayscale: #3D3D3D. Windows color (decimal): -14400415 or 6374436. OLE color: 6374436.

HSL color Cylindrical-coordinate representation of color #244461: hue angle of 208.52º 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 #244461 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 68 97 -
CMYK 0.63 0.30 0 0.62
HSL 208.52º 0.46% 0.26% -
HSV(B) 208.52º 0.63% 0.38% -
XYZ 4.95 5.37 12.09 -
YUV 61.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 36 68 97 0.63 0.30 0 0.62 208.52 0.46 0.26
Hex 24 44 61 3F 1E 0 3E D1 2E 1A
Octal 44 104 141 77 36 0 76 321 56 32
Binary 100100 1000100 1100001 111111 11110 0 111110 11010001 101110 11010

Color Harmonies of #244461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244461

Black with #244461

Text Example


Text Example

White with #244461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244461; }

 p { color: rgb(36,68,97); }

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

background-color css

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

 a { background-color: rgb(36,68,97); }

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

border-color css

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

 span { border-color: rgb(36,68,97); }

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