#263d55

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

Shades of Catalina Blue #263D55

Tints of Catalina Blue #263D55

Color information

#263D55 (or 0x263D55) is unknown color: approx Catalina Blue. HEX triplet: 26, 3D and 55. RGB value is (38,61,85). Sum of RGB (Red+Green+Blue) = 38+61+85=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #263D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D55 is #D9C2AA. Grayscale: #383838. Windows color (decimal): -14271147 or 5586214. OLE color: 5586214.

HSL color Cylindrical-coordinate representation of color #263D55: hue angle of 210.64º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263D55 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386185-
CMYK0.550.2800.67
HSL210.64º38.21%24.12%-
HSV(B)210.64º55.29%33.33%-
XYZ4.114.419.23-
YUV56.86143.88114.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=20.65%
G=33.15%
B=46.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3861850.550.2800.67210.6438.2124.12
Hex263D55371C043d32618
Octal4675125673401033234630
Binary100110111101101010111011111100010000111101001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263d55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263d55; }

 p { color: rgb(38,61,85); }

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

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

 a { background-color: rgb(38,61,85); }

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

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

 span { border-color: rgb(38,61,85); }

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