#233D69

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

Shades of Catalina Blue #233D69

Tints of Catalina Blue #233D69

Color information

#233D69 (or 0x233D69) is unknown color: approx Catalina Blue. HEX triplet: 23, 3D and 69. RGB value is (35,61,105). Sum of RGB (Red+Green+Blue) = 35+61+105=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #233D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D69 is #DCC296. Grayscale: #3A3A3A. Windows color (decimal): -14467735 or 6896931. OLE color: 6896931.

HSL color Cylindrical-coordinate representation of color #233D69: hue angle of 217.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233D69 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3561105-
CMYK0.670.4200.59
HSL217.71º50%27.45%-
HSV(B)217.71º66.67%41.18%-
XYZ4.914.7114.02-
YUV58.24154.39111.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=17.41%
G=30.35%
B=52.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35611050.670.4200.59217.715027.45
Hex233D69432A03Bda321b
Octal4375151103520733326233
Binary1000111111011101001100001110101001110111101101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233D69; }

 p { color: rgb(35,61,105); }

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

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

 a { background-color: rgb(35,61,105); }

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

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

 span { border-color: rgb(35,61,105); }

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