#234269

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

Shades of Catalina Blue #234269

Tints of Catalina Blue #234269

Color information

#234269 (or 0x234269) is unknown color: approx Catalina Blue. HEX triplet: 23, 42 and 69. RGB value is (35,66,105). Sum of RGB (Red+Green+Blue) = 35+66+105=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #234269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234269 is #DCBD96. Grayscale: #3C3C3C. Windows color (decimal): -14466455 or 6898211. OLE color: 6898211.

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

Color convert

RGB3566105-
CMYK0.670.3700.59
HSL213.43º50%27.45%-
HSV(B)213.43º66.67%41.18%-
XYZ5.195.2714.11-
YUV61.18152.73109.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=16.99%
G=32.04%
B=50.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35661050.670.3700.59213.435027.45
Hex234269432503Bd5321b
Octal43102151103450733256233
Binary10001110000101101001100001110010101110111101010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234269; }

 p { color: rgb(35,66,105); }

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

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

 a { background-color: rgb(35,66,105); }

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

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

 span { border-color: rgb(35,66,105); }

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