Html Css Color HEX #246081 Bahama Blue

📋 copy color: '#246081'

red 36 ◦ green 96 ◦ blue 129

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

Shades of Bahama Blue #246081

Tints of Bahama Blue #246081

RGB

 RED value IS 36 (14.45% from 255) = 13.79%

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 13.79%
G = 36.78%
B = 49.43%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#246081 (or 0x246081) is known color: Bahama Blue. HEX triplet: 24, 60 and 81. RGB value is (36,96,129). Sum of RGB (Red+Green+Blue) = 36+96+129=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #246081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246081 is #DB9F7E. Grayscale: #515151. Windows color (decimal): -14393215 or 8478756. OLE color: 8478756.

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

Color convert

RGB 36 96 129 -
CMYK 0.72 0.26 0 0.49
HSL 201.29º 0.56% 0.32% -
HSV(B) 201.29º 0.72% 0.51% -
XYZ 8.87 10.33 22.29 -
YUV 81.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 36 96 129 0.72 0.26 0 0.49 201.29 0.56 0.32
Hex 24 60 81 48 1A 0 31 C9 38 20
Octal 44 140 201 110 32 0 61 311 70 40
Binary 100100 1100000 10000001 1001000 11010 0 110001 11001001 111000 100000

Color Harmonies of #246081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246081

Black with #246081

Text Example


Text Example

White with #246081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246081; }

 p { color: rgb(36,96,129); }

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

background-color css

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

 a { background-color: rgb(36,96,129); }

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

border-color css

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

 span { border-color: rgb(36,96,129); }

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