#233458

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

Shades of Catalina Blue #233458

Tints of Catalina Blue #233458

Color information

#233458 (or 0x233458) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 58. RGB value is (35,52,88). Sum of RGB (Red+Green+Blue) = 35+52+88=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #233458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233458 is #DCCBA7. Grayscale: #323232. Windows color (decimal): -14470056 or 5780515. OLE color: 5780515.

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

Color convert

RGB355288-
CMYK0.600.4100.65
HSL220.75º43.09%24.12%-
HSV(B)220.75º60.23%34.51%-
XYZ3.683.529.72-
YUV51.02148.87116.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=20%
G=29.71%
B=50.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3552880.600.4100.65220.7543.0924.12
Hex2334583C29041dd2b18
Octal4364130745101013355330
Binary1000111101001011000111100101001010000011101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233458; }

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

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

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

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

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

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

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

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