Html Css Color HEX #243D5A Catalina Blue

📋 copy color: '#243D5A'

red 36 ◦ green 61 ◦ blue 90

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

Shades of Catalina Blue #243D5A

Tints of Catalina Blue #243D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 90 (35.55% from 255) = 48.13%

R = 19.25%
G = 32.62%
B = 48.13%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#243D5A (or 0x243D5A) is known color: Catalina Blue. HEX triplet: 24, 3D and 5A. RGB value is (36,61,90). Sum of RGB (Red+Green+Blue) = 36+61+90=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #243D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D5A is #DBC2A5. Grayscale: #383838. Windows color (decimal): -14402214 or 5913892. OLE color: 5913892.

HSL color Cylindrical-coordinate representation of color #243D5A: hue angle of 212.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243D5A is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 61 90 -
CMYK 0.60 0.32 0 0.65
HSL 212.22º 0.43% 0.25% -
HSV(B) 212.22º 0.6% 0.35% -
XYZ 4.24 4.45 10.31 -
YUV 56.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 36 61 90 0.60 0.32 0 0.65 212.22 0.43 0.25
Hex 24 3D 5A 3C 20 0 41 D4 2B 19
Octal 44 75 132 74 40 0 101 324 53 31
Binary 100100 111101 1011010 111100 100000 0 1000001 11010100 101011 11001

Color Harmonies of #243D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243D5A

Black with #243D5A

Text Example


Text Example

White with #243D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243D5A; }

 p { color: rgb(36,61,90); }

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

background-color css

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

 a { background-color: rgb(36,61,90); }

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

border-color css

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

 span { border-color: rgb(36,61,90); }

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