Html Css Color HEX #243458 Catalina Blue

📋 copy color: '#243458'

red 36 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #243458

Tints of Catalina Blue #243458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 20.45%
G = 29.55%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#243458 (or 0x243458) is known color: Catalina Blue. HEX triplet: 24, 34 and 58. RGB value is (36,52,88). Sum of RGB (Red+Green+Blue) = 36+52+88=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #243458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243458 is #DBCBA7. Grayscale: #333333. Windows color (decimal): -14404520 or 5780516. OLE color: 5780516.

HSL color Cylindrical-coordinate representation of color #243458: hue angle of 221.54º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243458 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 52 88 -
CMYK 0.59 0.41 0 0.65
HSL 221.54º 0.42% 0.24% -
HSV(B) 221.54º 0.59% 0.35% -
XYZ 3.72 3.54 9.72 -
YUV 51.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 36 52 88 0.59 0.41 0 0.65 221.54 0.42 0.24
Hex 24 34 58 3B 29 0 41 DE 2A 18
Octal 44 64 130 73 51 0 101 336 52 30
Binary 100100 110100 1011000 111011 101001 0 1000001 11011110 101010 11000

Color Harmonies of #243458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243458

Black with #243458

Text Example


Text Example

White with #243458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243458; }

 p { color: rgb(36,52,88); }

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

background-color css

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

 a { background-color: rgb(36,52,88); }

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

border-color css

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

 span { border-color: rgb(36,52,88); }

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