#263C62

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

Shades of Catalina Blue #263C62

Tints of Catalina Blue #263C62

Color information

#263C62 (or 0x263C62) is unknown color: approx Catalina Blue. HEX triplet: 26, 3C and 62. RGB value is (38,60,98). Sum of RGB (Red+Green+Blue) = 38+60+98=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #263C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C62 is #D9C39D. Grayscale: #393939. Windows color (decimal): -14271390 or 6437926. OLE color: 6437926.

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

Color convert

RGB386098-
CMYK0.610.3900.62
HSL218º44.12%26.67%-
HSV(B)218º61.22%38.43%-
XYZ4.624.5312.19-
YUV57.75150.71113.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 98 (38.67% from 255) = 50%
R=19.39%
G=30.61%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3860980.610.3900.6221844.1226.67
Hex263C623D2703Eda2c1b
Octal467414275470763325433
Binary100110111100110001011110110011101111101101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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