#263F64

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

Shades of Catalina Blue #263F64

Tints of Catalina Blue #263F64

Color information

#263F64 (or 0x263F64) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 64. RGB value is (38,63,100). Sum of RGB (Red+Green+Blue) = 38+63+100=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #263F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F64 is #D9C09B. Grayscale: #3B3B3B. Windows color (decimal): -14270620 or 6569766. OLE color: 6569766.

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

Color convert

RGB3863100-
CMYK0.620.3700.61
HSL215.81º44.93%27.06%-
HSV(B)215.81º62%39.22%-
XYZ4.884.8912.74-
YUV59.74150.72112.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=18.91%
G=31.34%
B=49.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38631000.620.3700.61215.8144.9327.06
Hex263F643E2503Dd82d1b
Octal467714476450753305533
Binary100110111111110010011111010010101111011101100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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