#263D64

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

Shades of Catalina Blue #263D64

Tints of Catalina Blue #263D64

Color information

#263D64 (or 0x263D64) is unknown color: approx Catalina Blue. HEX triplet: 26, 3D and 64. RGB value is (38,61,100). Sum of RGB (Red+Green+Blue) = 38+61+100=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #263D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D64 is #D9C29B. Grayscale: #3A3A3A. Windows color (decimal): -14271132 or 6569254. OLE color: 6569254.

HSL color Cylindrical-coordinate representation of color #263D64: hue angle of 217.74º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263D64 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3861100-
CMYK0.620.3900.61
HSL217.74º44.93%27.06%-
HSV(B)217.74º62%39.22%-
XYZ4.774.6712.71-
YUV58.57151.38113.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=19.10%
G=30.65%
B=50.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38611000.620.3900.61217.7444.9327.06
Hex263D643E2703Dda2d1b
Octal467514476470753325533
Binary100110111101110010011111010011101111011101101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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