#233E6A

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

Shades of Catalina Blue #233E6A

Tints of Catalina Blue #233E6A

Color information

#233E6A (or 0x233E6A) is unknown color: approx Catalina Blue. HEX triplet: 23, 3E and 6A. RGB value is (35,62,106). Sum of RGB (Red+Green+Blue) = 35+62+106=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #233E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E6A is #DCC195. Grayscale: #3A3A3A. Windows color (decimal): -14467478 or 6962723. OLE color: 6962723.

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

Color convert

RGB3562106-
CMYK0.670.4200.58
HSL217.18º50.35%27.65%-
HSV(B)217.18º66.98%41.57%-
XYZ5.024.8414.31-
YUV58.94154.55110.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=17.24%
G=30.54%
B=52.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35621060.670.4200.58217.1850.3527.65
Hex233E6A432A03Ad9321c
Octal4376152103520723316234
Binary1000111111101101010100001110101001110101101100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,106); }

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

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

 a { background-color: rgb(35,62,106); }

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

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

 span { border-color: rgb(35,62,106); }

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