#233F6C

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

Shades of Catalina Blue #233F6C

Tints of Catalina Blue #233F6C

Color information

#233F6C (or 0x233F6C) is unknown color: approx Catalina Blue. HEX triplet: 23, 3F and 6C. RGB value is (35,63,108). Sum of RGB (Red+Green+Blue) = 35+63+108=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #233F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F6C is #DCC093. Grayscale: #3B3B3B. Windows color (decimal): -14467220 or 7094051. OLE color: 7094051.

HSL color Cylindrical-coordinate representation of color #233F6C: hue angle of 216.99º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #233F6C is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3563108-
CMYK0.680.4200.58
HSL216.99º51.05%28.04%-
HSV(B)216.99º67.59%42.35%-
XYZ5.18514.88-
YUV59.76155.22110.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=16.99%
G=30.58%
B=52.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35631080.680.4200.58216.9951.0528.04
Hex233F6C442A03Ad9331c
Octal4377154104520723316334
Binary1000111111111101100100010010101001110101101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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