Html Css Color HEX #246084 Bahama Blue

📋 copy color: '#246084'

red 36 ◦ green 96 ◦ blue 132

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

Shades of Bahama Blue #246084

Tints of Bahama Blue #246084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246084 (or 0x246084) is known color: Bahama Blue. HEX triplet: 24, 60 and 84. RGB value is (36,96,132). Sum of RGB (Red+Green+Blue) = 36+96+132=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #246084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246084 is #DB9F7B. Grayscale: #515151. Windows color (decimal): -14393212 or 8675364. OLE color: 8675364.

HSL color Cylindrical-coordinate representation of color #246084: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246084 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 96 132 -
CMYK 0.73 0.27 0 0.48
HSL 202.5º 0.57% 0.33% -
HSV(B) 202.5º 0.73% 0.52% -
XYZ 9.08 10.41 23.36 -
YUV 82.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 36 96 132 0.73 0.27 0 0.48 202.5 0.57 0.33
Hex 24 60 84 49 1B 0 30 CA 39 21
Octal 44 140 204 111 33 0 60 312 71 41
Binary 100100 1100000 10000100 1001001 11011 0 110000 11001010 111001 100001

Color Harmonies of #246084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246084

Black with #246084

Text Example


Text Example

White with #246084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246084; }

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

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

background-color css

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

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

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

border-color css

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

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

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