#263F6B

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

Shades of Catalina Blue #263F6B

Tints of Catalina Blue #263F6B

Color information

#263F6B (or 0x263F6B) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 6B. RGB value is (38,63,107). Sum of RGB (Red+Green+Blue) = 38+63+107=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #263F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F6B is #D9C094. Grayscale: #3C3C3C. Windows color (decimal): -14270613 or 7028518. OLE color: 7028518.

HSL color Cylindrical-coordinate representation of color #263F6B: hue angle of 218.26º 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 #263F6B is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3863107-
CMYK0.640.4100.58
HSL218.26º47.59%28.43%-
HSV(B)218.26º64.49%41.96%-
XYZ5.235.0314.6-
YUV60.54154.22111.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=18.27%
G=30.29%
B=51.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38631070.640.4100.58218.2647.5928.43
Hex263F6B402903Ada301c
Octal4677153100510723326034
Binary1001101111111101011100000010100101110101101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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