#234063

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

Shades of Catalina Blue #234063

Tints of Catalina Blue #234063

Color information

#234063 (or 0x234063) is unknown color: approx Catalina Blue. HEX triplet: 23, 40 and 63. RGB value is (35,64,99). Sum of RGB (Red+Green+Blue) = 35+64+99=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #234063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234063 is #DCBF9C. Grayscale: #3B3B3B. Windows color (decimal): -14466973 or 6504483. OLE color: 6504483.

HSL color Cylindrical-coordinate representation of color #234063: hue angle of 212.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234063 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB356499-
CMYK0.650.3500.61
HSL212.81º47.76%26.27%-
HSV(B)212.81º64.65%38.82%-
XYZ4.784.9212.5-
YUV59.32150.39110.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 99 (39.06% from 255) = 50%
R=17.68%
G=32.32%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3564990.650.3500.61212.8147.7626.27
Hex234063412303Dd5301a
Octal43100143101430753256032
Binary10001110000001100011100000110001101111011101010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234063; }

 p { color: rgb(35,64,99); }

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

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

 a { background-color: rgb(35,64,99); }

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

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

 span { border-color: rgb(35,64,99); }

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