#234165

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

Shades of Catalina Blue #234165

Tints of Catalina Blue #234165

Color information

#234165 (or 0x234165) is unknown color: approx Catalina Blue. HEX triplet: 23, 41 and 65. RGB value is (35,65,101). Sum of RGB (Red+Green+Blue) = 35+65+101=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #234165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234165 is #DCBE9A. Grayscale: #3B3B3B. Windows color (decimal): -14466715 or 6635811. OLE color: 6635811.

HSL color Cylindrical-coordinate representation of color #234165: hue angle of 212.73º 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 #234165 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3565101-
CMYK0.650.3600.60
HSL212.73º48.53%26.67%-
HSV(B)212.73º65.35%39.61%-
XYZ4.935.0813.03-
YUV60.13151.06110.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=17.41%
G=32.34%
B=50.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35651010.650.3600.60212.7348.5326.67
Hex234165412403Cd5311b
Octal43101145101440743256133
Binary10001110000011100101100000110010001111001101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234165; }

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

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

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

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

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

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

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

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