#263952

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

Shades of Catalina Blue #263952

Tints of Catalina Blue #263952

Color information

#263952 (or 0x263952) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 52. RGB value is (38,57,82). Sum of RGB (Red+Green+Blue) = 38+57+82=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #263952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263952 is #D9C6AD. Grayscale: #363636. Windows color (decimal): -14272174 or 5388582. OLE color: 5388582.

HSL color Cylindrical-coordinate representation of color #263952: hue angle of 214.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263952 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB385782-
CMYK0.540.3000.68
HSL214.09º36.67%23.53%-
HSV(B)214.09º53.66%32.16%-
XYZ3.793.958.55-
YUV54.17143.71116.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=21.47%
G=32.20%
B=46.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3857820.540.3000.68214.0936.6723.53
Hex263952361E044d62518
Octal4671122663601043264530
Binary100110111001101001011011011110010001001101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263952; }

 p { color: rgb(38,57,82); }

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

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

 a { background-color: rgb(38,57,82); }

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

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

 span { border-color: rgb(38,57,82); }

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