#233F69

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

Shades of Catalina Blue #233F69

Tints of Catalina Blue #233F69

Color information

#233F69 (or 0x233F69) is unknown color: approx Catalina Blue. HEX triplet: 23, 3F and 69. RGB value is (35,63,105). Sum of RGB (Red+Green+Blue) = 35+63+105=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #233F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F69 is #DCC096. Grayscale: #3B3B3B. Windows color (decimal): -14467223 or 6897443. OLE color: 6897443.

HSL color Cylindrical-coordinate representation of color #233F69: hue angle of 216º 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 #233F69 is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3563105-
CMYK0.670.400.59
HSL216º50%27.45%-
HSV(B)216º66.67%41.18%-
XYZ5.024.9314.05-
YUV59.42153.72110.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=17.24%
G=31.03%
B=51.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35631050.670.400.592165027.45
Hex233F69432803Bd8321b
Octal4377151103500733306233
Binary1000111111111101001100001110100001110111101100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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