Html Css Color HEX #244065 Catalina Blue

📋 copy color: '#244065'

red 36 ◦ green 64 ◦ blue 101

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

Shades of Catalina Blue #244065

Tints of Catalina Blue #244065

RGB

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

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

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

R = 17.91%
G = 31.84%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#244065 (or 0x244065) is known color: Catalina Blue. HEX triplet: 24, 40 and 65. RGB value is (36,64,101). Sum of RGB (Red+Green+Blue) = 36+64+101=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #244065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244065 is #DBBF9A. Grayscale: #3B3B3B. Windows color (decimal): -14401435 or 6635556. OLE color: 6635556.

HSL color Cylindrical-coordinate representation of color #244065: hue angle of 214.15º 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 #244065 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 64 101 -
CMYK 0.64 0.37 0 0.60
HSL 214.15º 0.47% 0.27% -
HSV(B) 214.15º 0.64% 0.4% -
XYZ 4.91 4.98 13.01 -
YUV 59.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 36 64 101 0.64 0.37 0 0.60 214.15 0.47 0.27
Hex 24 40 65 40 25 0 3C D6 2F 1B
Octal 44 100 145 100 45 0 74 326 57 33
Binary 100100 1000000 1100101 1000000 100101 0 111100 11010110 101111 11011

Color Harmonies of #244065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244065

Black with #244065

Text Example


Text Example

White with #244065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244065; }

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

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

background-color css

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

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

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

border-color css

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

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

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