#263F62

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

Shades of Catalina Blue #263F62

Tints of Catalina Blue #263F62

Color information

#263F62 (or 0x263F62) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 62. RGB value is (38,63,98). Sum of RGB (Red+Green+Blue) = 38+63+98=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #263F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F62 is #D9C09D. Grayscale: #3B3B3B. Windows color (decimal): -14270622 or 6438694. OLE color: 6438694.

HSL color Cylindrical-coordinate representation of color #263F62: hue angle of 215º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263F62 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB386398-
CMYK0.610.3600.62
HSL215º44.12%26.67%-
HSV(B)215º61.22%38.43%-
XYZ4.784.8512.24-
YUV59.52149.72112.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=19.10%
G=31.66%
B=49.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3863980.610.3600.6221544.1226.67
Hex263F623D2403Ed72c1b
Octal467714275440763275433
Binary100110111111110001011110110010001111101101011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,63,98); }

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

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

 a { background-color: rgb(38,63,98); }

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

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

 span { border-color: rgb(38,63,98); }

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