#233453

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

Shades of Catalina Blue #233453

Tints of Catalina Blue #233453

Color information

#233453 (or 0x233453) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 53. RGB value is (35,52,83). Sum of RGB (Red+Green+Blue) = 35+52+83=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #233453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233453 is #DCCBAC. Grayscale: #323232. Windows color (decimal): -14470061 or 5452835. OLE color: 5452835.

HSL color Cylindrical-coordinate representation of color #233453: hue angle of 218.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233453 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355283-
CMYK0.580.3700.67
HSL218.75º40.68%23.14%-
HSV(B)218.75º57.83%32.55%-
XYZ3.483.448.66-
YUV50.45146.37116.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=20.59%
G=30.59%
B=48.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3552830.580.3700.67218.7540.6823.14
Hex2334533A25043db2917
Octal4364123724501033335127
Binary1000111101001010011111010100101010000111101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233453; }

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

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

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

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

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

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

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

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