#243258

Color #243258 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #243258

Tints of Catalina Blue #243258

Color information

#243258 (or 0x243258) is unknown color: approx Catalina Blue. HEX triplet: 24, 32 and 58. RGB value is (36,50,88). Sum of RGB (Red+Green+Blue) = 36+50+88=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #243258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243258 is #DBCDA7. Grayscale: #313131. Windows color (decimal): -14405032 or 5780004. OLE color: 5780004.

HSL color Cylindrical-coordinate representation of color #243258: hue angle of 223.85º 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 #243258 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365088-
CMYK0.590.4300.65
HSL223.85º41.94%24.31%-
HSV(B)223.85º59.09%34.51%-
XYZ3.633.369.69-
YUV50.15149.36117.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=20.69%
G=28.74%
B=50.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3650880.590.4300.65223.8541.9424.31
Hex2432583B2B041e02a18
Octal4462130735301013405230
Binary1001001100101011000111011101011010000011110000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243258; }

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

 H1.HeaderClassName
 {
   color: #243258;
 }
 .AnyTagClassName
 {
   color: #243258;
 }
</style>
background-color css

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

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

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

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

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

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