Html Css Color HEX #244465 Regal Blue

📋 copy color: '#244465'

red 36 ◦ green 68 ◦ blue 101

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

Shades of Regal Blue #244465

Tints of Regal Blue #244465

RGB

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

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

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

R = 17.56%
G = 33.17%
B = 49.27%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#244465 (or 0x244465) is known color: Regal Blue. HEX triplet: 24, 44 and 65. RGB value is (36,68,101). Sum of RGB (Red+Green+Blue) = 36+68+101=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #244465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244465 is #DBBB9A. Grayscale: #3E3E3E. Windows color (decimal): -14400411 or 6636580. OLE color: 6636580.

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

Color convert

RGB 36 68 101 -
CMYK 0.64 0.33 0 0.60
HSL 210.46º 0.47% 0.27% -
HSV(B) 210.46º 0.64% 0.4% -
XYZ 5.14 5.45 13.09 -
YUV 62.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 36 68 101 0.64 0.33 0 0.60 210.46 0.47 0.27
Hex 24 44 65 40 21 0 3C D2 2F 1B
Octal 44 104 145 100 41 0 74 322 57 33
Binary 100100 1000100 1100101 1000000 100001 0 111100 11010010 101111 11011

Color Harmonies of #244465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244465

Black with #244465

Text Example


Text Example

White with #244465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244465; }

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

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

background-color css

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

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

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

border-color css

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

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

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