#233868

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

Shades of Catalina Blue #233868

Tints of Catalina Blue #233868

Color information

#233868 (or 0x233868) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 68. RGB value is (35,56,104). Sum of RGB (Red+Green+Blue) = 35+56+104=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #233868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233868 is #DCC797. Grayscale: #363636. Windows color (decimal): -14469016 or 6830115. OLE color: 6830115.

HSL color Cylindrical-coordinate representation of color #233868: hue angle of 221.74º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233868 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3556104-
CMYK0.660.4600.59
HSL221.74º49.64%27.25%-
HSV(B)221.74º66.35%40.78%-
XYZ4.614.1913.66-
YUV55.19155.54113.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=17.95%
G=28.72%
B=53.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35561040.660.4600.59221.7449.6427.25
Hex233868422E03Bde321b
Octal4370150102560733366233
Binary1000111110001101000100001010111001110111101111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233868; }

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

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

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

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

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

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

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

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