Html Css Color HEX #266388 Bahama Blue

📋 copy color: '#266388'

red 38 ◦ green 99 ◦ blue 136

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

Shades of Bahama Blue #266388

Tints of Bahama Blue #266388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 13.92%
G = 36.26%
B = 49.82%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#266388 (or 0x266388) is known color: Bahama Blue. HEX triplet: 26, 63 and 88. RGB value is (38,99,136). Sum of RGB (Red+Green+Blue) = 38+99+136=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #266388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266388 is #D99C77. Grayscale: #545454. Windows color (decimal): -14261368 or 8938278. OLE color: 8938278.

HSL color Cylindrical-coordinate representation of color #266388: hue angle of 202.65º 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 #266388 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 99 136 -
CMYK 0.72 0.27 0 0.47
HSL 202.65º 0.56% 0.34% -
HSV(B) 202.65º 0.72% 0.53% -
XYZ 9.71 11.11 24.93 -
YUV 84.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 38 99 136 0.72 0.27 0 0.47 202.65 0.56 0.34
Hex 26 63 88 48 1B 0 2F CB 38 22
Octal 46 143 210 110 33 0 57 313 70 42
Binary 100110 1100011 10001000 1001000 11011 0 101111 11001011 111000 100010

Color Harmonies of #266388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266388

Black with #266388

Text Example


Text Example

White with #266388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266388; }

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

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

background-color css

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

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

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

border-color css

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

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

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