#233F6A

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

Shades of Catalina Blue #233F6A

Tints of Catalina Blue #233F6A

Color information

#233F6A (or 0x233F6A) is unknown color: approx Catalina Blue. HEX triplet: 23, 3F and 6A. RGB value is (35,63,106). Sum of RGB (Red+Green+Blue) = 35+63+106=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #233F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F6A is #DCC095. Grayscale: #3B3B3B. Windows color (decimal): -14467222 or 6962979. OLE color: 6962979.

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

Color convert

RGB3563106-
CMYK0.670.4100.58
HSL216.34º50.35%27.65%-
HSV(B)216.34º66.98%41.57%-
XYZ5.074.9514.32-
YUV59.53154.22110.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 106 (41.80% from 255) = 51.96%
R=17.16%
G=30.88%
B=51.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35631060.670.4100.58216.3450.3527.65
Hex233F6A432903Ad8321c
Octal4377152103510723306234
Binary1000111111111101010100001110100101110101101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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