Html Css Color HEX #243B5A Catalina Blue

📋 copy color: '#243B5A'

red 36 ◦ green 59 ◦ blue 90

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

Shades of Catalina Blue #243B5A

Tints of Catalina Blue #243B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

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

R = 19.46%
G = 31.89%
B = 48.65%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#243B5A (or 0x243B5A) is known color: Catalina Blue. HEX triplet: 24, 3B and 5A. RGB value is (36,59,90). Sum of RGB (Red+Green+Blue) = 36+59+90=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #243B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B5A is #DBC4A5. Grayscale: #373737. Windows color (decimal): -14402726 or 5913380. OLE color: 5913380.

HSL color Cylindrical-coordinate representation of color #243B5A: hue angle of 214.44º 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 #243B5A is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 59 90 -
CMYK 0.60 0.34 0 0.65
HSL 214.44º 0.43% 0.25% -
HSV(B) 214.44º 0.6% 0.35% -
XYZ 4.14 4.24 10.27 -
YUV 55.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 36 59 90 0.60 0.34 0 0.65 214.44 0.43 0.25
Hex 24 3B 5A 3C 22 0 41 D6 2B 19
Octal 44 73 132 74 42 0 101 326 53 31
Binary 100100 111011 1011010 111100 100010 0 1000001 11010110 101011 11001

Color Harmonies of #243B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243B5A

Black with #243B5A

Text Example


Text Example

White with #243B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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