#233869

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

Shades of Catalina Blue #233869

Tints of Catalina Blue #233869

Color information

#233869 (or 0x233869) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 69. RGB value is (35,56,105). Sum of RGB (Red+Green+Blue) = 35+56+105=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #233869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233869 is #DCC796. Grayscale: #373737. Windows color (decimal): -14469015 or 6895651. OLE color: 6895651.

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

Color convert

RGB3556105-
CMYK0.670.4700.59
HSL222º50%27.45%-
HSV(B)222º66.67%41.18%-
XYZ4.664.2113.93-
YUV55.31156.04113.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=17.86%
G=28.57%
B=53.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35561050.670.4700.592225027.45
Hex233869432F03Bde321b
Octal4370151103570733366233
Binary1000111110001101001100001110111101110111101111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233869; }

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

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

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

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

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

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

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

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