#263E6B

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

Shades of Catalina Blue #263E6B

Tints of Catalina Blue #263E6B

Color information

#263E6B (or 0x263E6B) is unknown color: approx Catalina Blue. HEX triplet: 26, 3E and 6B. RGB value is (38,62,107). Sum of RGB (Red+Green+Blue) = 38+62+107=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #263E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E6B is #D9C194. Grayscale: #3B3B3B. Windows color (decimal): -14270869 or 7028262. OLE color: 7028262.

HSL color Cylindrical-coordinate representation of color #263E6B: hue angle of 219.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263E6B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3862107-
CMYK0.640.4200.58
HSL219.13º47.59%28.43%-
HSV(B)219.13º64.49%41.96%-
XYZ5.184.9214.59-
YUV59.95154.55112.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=18.36%
G=29.95%
B=51.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38621070.640.4200.58219.1347.5928.43
Hex263E6B402A03Adb301c
Octal4676153100520723336034
Binary1001101111101101011100000010101001110101101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,62,107); }

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

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

 a { background-color: rgb(38,62,107); }

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

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

 span { border-color: rgb(38,62,107); }

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