Html Css Color HEX #246284 Bahama Blue

📋 copy color: '#246284'

red 36 ◦ green 98 ◦ blue 132

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

Shades of Bahama Blue #246284

Tints of Bahama Blue #246284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 13.53%
G = 36.84%
B = 49.62%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246284 (or 0x246284) is known color: Bahama Blue. HEX triplet: 24, 62 and 84. RGB value is (36,98,132). Sum of RGB (Red+Green+Blue) = 36+98+132=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #246284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246284 is #DB9D7B. Grayscale: #535353. Windows color (decimal): -14392700 or 8675876. OLE color: 8675876.

HSL color Cylindrical-coordinate representation of color #246284: hue angle of 201.25º 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 #246284 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 98 132 -
CMYK 0.73 0.26 0 0.48
HSL 201.25º 0.57% 0.33% -
HSV(B) 201.25º 0.73% 0.52% -
XYZ 9.26 10.78 23.42 -
YUV 83.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 36 98 132 0.73 0.26 0 0.48 201.25 0.57 0.33
Hex 24 62 84 49 1A 0 30 C9 39 21
Octal 44 142 204 111 32 0 60 311 71 41
Binary 100100 1100010 10000100 1001001 11010 0 110000 11001001 111001 100001

Color Harmonies of #246284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246284

Black with #246284

Text Example


Text Example

White with #246284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246284; }

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

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

background-color css

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

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

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

border-color css

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

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

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