#263F52

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

Shades of Nile Blue #263F52

Tints of Nile Blue #263F52

Color information

#263F52 (or 0x263F52) is unknown color: approx Nile Blue. HEX triplet: 26, 3F and 52. RGB value is (38,63,82). Sum of RGB (Red+Green+Blue) = 38+63+82=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #263F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F52 is #D9C0AD. Grayscale: #393939. Windows color (decimal): -14270638 or 5390118. OLE color: 5390118.

HSL color Cylindrical-coordinate representation of color #263F52: hue angle of 205.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263F52 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386382-
CMYK0.540.2300.68
HSL205.91º36.67%23.53%-
HSV(B)205.91º53.66%32.16%-
XYZ4.14.588.65-
YUV57.69141.72113.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=20.77%
G=34.43%
B=44.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3863820.540.2300.68205.9136.6723.53
Hex263F523617044ce2518
Octal4677122662701043164530
Binary100110111111101001011011010111010001001100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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