#233D62

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

Shades of Catalina Blue #233D62

Tints of Catalina Blue #233D62

Color information

#233D62 (or 0x233D62) is unknown color: approx Catalina Blue. HEX triplet: 23, 3D and 62. RGB value is (35,61,98). Sum of RGB (Red+Green+Blue) = 35+61+98=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #233D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D62 is #DCC29D. Grayscale: #393939. Windows color (decimal): -14467742 or 6438179. OLE color: 6438179.

HSL color Cylindrical-coordinate representation of color #233D62: hue angle of 215.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233D62 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356198-
CMYK0.640.3800.62
HSL215.24º47.37%26.08%-
HSV(B)215.24º64.29%38.43%-
XYZ4.574.5812.2-
YUV57.44150.89111.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=18.04%
G=31.44%
B=50.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3561980.640.3800.62215.2447.3726.08
Hex233D62402603Ed72f1a
Octal4375142100460763275732
Binary1000111111011100010100000010011001111101101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,98); }

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

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

 a { background-color: rgb(35,61,98); }

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

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

 span { border-color: rgb(35,61,98); }

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