#265382

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

Shades of Bahama Blue #265382

Tints of Bahama Blue #265382

Color information

#265382 (or 0x265382) is unknown color: approx Bahama Blue. HEX triplet: 26, 53 and 82. RGB value is (38,83,130). Sum of RGB (Red+Green+Blue) = 38+83+130=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #265382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265382 is #D9AC7D. Grayscale: #4A4A4A. Windows color (decimal): -14265470 or 8540966. OLE color: 8540966.

HSL color Cylindrical-coordinate representation of color #265382: hue angle of 210.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265382 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3883130-
CMYK0.710.3600.49
HSL210.65º54.76%32.94%-
HSV(B)210.65º70.77%50.98%-
XYZ7.928.2122.29-
YUV74.9159.09101.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=15.14%
G=33.07%
B=51.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38831300.710.3600.49210.6554.7632.94
Hex2653824724031d33721
Octal46123202107440613236741
Binary1001101010011100000101000111100100011000111010011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265382; }

 p { color: rgb(38,83,130); }

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

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

 a { background-color: rgb(38,83,130); }

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

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

 span { border-color: rgb(38,83,130); }

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