#263D62

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

Shades of Catalina Blue #263D62

Tints of Catalina Blue #263D62

Color information

#263D62 (or 0x263D62) is unknown color: approx Catalina Blue. HEX triplet: 26, 3D and 62. RGB value is (38,61,98). Sum of RGB (Red+Green+Blue) = 38+61+98=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #263D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D62 is #D9C29D. Grayscale: #3A3A3A. Windows color (decimal): -14271134 or 6438182. OLE color: 6438182.

HSL color Cylindrical-coordinate representation of color #263D62: hue angle of 217º 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 #263D62 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB386198-
CMYK0.610.3800.62
HSL217º44.12%26.67%-
HSV(B)217º61.22%38.43%-
XYZ4.674.6312.2-
YUV58.34150.38113.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=19.29%
G=30.96%
B=49.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3861980.610.3800.6221744.1226.67
Hex263D623D2603Ed92c1b
Octal467514275460763315433
Binary100110111101110001011110110011001111101101100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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