Html Css Color HEX #266588 Bahama Blue

📋 copy color: '#266588'

red 38 ◦ green 101 ◦ blue 136

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

Shades of Bahama Blue #266588

Tints of Bahama Blue #266588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 13.82%
G = 36.73%
B = 49.45%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#266588 (or 0x266588) is known color: Bahama Blue. HEX triplet: 26, 65 and 88. RGB value is (38,101,136). Sum of RGB (Red+Green+Blue) = 38+101+136=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #266588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266588 is #D99A77. Grayscale: #555555. Windows color (decimal): -14260856 or 8938790. OLE color: 8938790.

HSL color Cylindrical-coordinate representation of color #266588: hue angle of 201.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266588 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 101 136 -
CMYK 0.72 0.26 0 0.47
HSL 201.43º 0.56% 0.34% -
HSV(B) 201.43º 0.72% 0.53% -
XYZ 9.9 11.5 24.99 -
YUV 86.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 38 101 136 0.72 0.26 0 0.47 201.43 0.56 0.34
Hex 26 65 88 48 1A 0 2F C9 38 22
Octal 46 145 210 110 32 0 57 311 70 42
Binary 100110 1100101 10001000 1001000 11010 0 101111 11001001 111000 100010

Color Harmonies of #266588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266588

Black with #266588

Text Example


Text Example

White with #266588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266588; }

 p { color: rgb(38,101,136); }

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

background-color css

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

 a { background-color: rgb(38,101,136); }

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

border-color css

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

 span { border-color: rgb(38,101,136); }

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