Html Css Color HEX #265380 Bahama Blue

📋 copy color: '#265380'

red 38 ◦ green 83 ◦ blue 128

#265380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #265380

Tints of Bahama Blue #265380

RGB

 RED value IS 38 (15.23% from 255) = 15.26%

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 15.26%
G = 33.33%
B = 51.41%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#265380 (or 0x265380) is known color: Bahama Blue. HEX triplet: 26, 53 and 80. RGB value is (38,83,128). Sum of RGB (Red+Green+Blue) = 38+83+128=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #265380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265380 is #D9AC7F. Grayscale: #4A4A4A. Windows color (decimal): -14265472 or 8409894. OLE color: 8409894.

HSL color Cylindrical-coordinate representation of color #265380: hue angle of 210º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265380 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 83 128 -
CMYK 0.70 0.35 0 0.50
HSL 210º 0.54% 0.33% -
HSV(B) 210º 0.7% 0.5% -
XYZ 7.79 8.16 21.59 -
YUV 74.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 38 83 128 0.70 0.35 0 0.50 210 0.54 0.33
Hex 26 53 80 46 23 0 32 D2 36 21
Octal 46 123 200 106 43 0 62 322 66 41
Binary 100110 1010011 10000000 1000110 100011 0 110010 11010010 110110 100001

Color Harmonies of #265380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265380

Black with #265380

Text Example


Text Example

White with #265380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265380; }

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

 H1.HeaderClassName
 {
   color: #265380;
 }
 .AnyTagClassName
 {
   color: #265380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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