#233865

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

Shades of Catalina Blue #233865

Tints of Catalina Blue #233865

Color information

#233865 (or 0x233865) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 65. RGB value is (35,56,101). Sum of RGB (Red+Green+Blue) = 35+56+101=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #233865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233865 is #DCC79A. Grayscale: #363636. Windows color (decimal): -14469019 or 6633507. OLE color: 6633507.

HSL color Cylindrical-coordinate representation of color #233865: hue angle of 220.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233865 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3556101-
CMYK0.650.4500.60
HSL220.91º48.53%26.67%-
HSV(B)220.91º65.35%39.61%-
XYZ4.464.1312.87-
YUV54.85154.04113.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=18.23%
G=29.17%
B=52.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35561010.650.4500.60220.9148.5326.67
Hex233865412D03Cdd311b
Octal4370145101550743356133
Binary1000111110001100101100000110110101111001101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233865; }

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

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

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

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

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

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

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

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