#263C67

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

Shades of Catalina Blue #263C67

Tints of Catalina Blue #263C67

Color information

#263C67 (or 0x263C67) is unknown color: approx Catalina Blue. HEX triplet: 26, 3C and 67. RGB value is (38,60,103). Sum of RGB (Red+Green+Blue) = 38+60+103=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #263C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C67 is #D9C398. Grayscale: #3A3A3A. Windows color (decimal): -14271385 or 6765606. OLE color: 6765606.

HSL color Cylindrical-coordinate representation of color #263C67: hue angle of 219.69º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263C67 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3860103-
CMYK0.630.4200.60
HSL219.69º46.1%27.65%-
HSV(B)219.69º63.11%40.39%-
XYZ4.864.6213.47-
YUV58.32153.21113.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=18.91%
G=29.85%
B=51.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38601030.630.4200.60219.6946.127.65
Hex263C673F2A03Cdc2e1c
Octal467414777520743345634
Binary100110111100110011111111110101001111001101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,60,103); }

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

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

 a { background-color: rgb(38,60,103); }

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

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

 span { border-color: rgb(38,60,103); }

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