#234370

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

Shades of Catalina Blue #234370

Tints of Catalina Blue #234370

Color information

#234370 (or 0x234370) is unknown color: approx Catalina Blue. HEX triplet: 23, 43 and 70. RGB value is (35,67,112). Sum of RGB (Red+Green+Blue) = 35+67+112=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #234370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234370 is #DCBC8F. Grayscale: #3E3E3E. Windows color (decimal): -14466192 or 7357219. OLE color: 7357219.

HSL color Cylindrical-coordinate representation of color #234370: hue angle of 215.06º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234370 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3567112-
CMYK0.690.4000.56
HSL215.06º52.38%28.82%-
HSV(B)215.06º68.75%43.92%-
XYZ5.625.5416.1-
YUV62.56155.9108.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=16.36%
G=31.31%
B=52.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35671120.690.4000.56215.0652.3828.82
Hex2343704528038d7341d
Octal43103160105500703276435
Binary10001110000111110000100010110100001110001101011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234370; }

 p { color: rgb(35,67,112); }

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

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

 a { background-color: rgb(35,67,112); }

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

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

 span { border-color: rgb(35,67,112); }

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