Html Css Color HEX #246384 Bahama Blue

📋 copy color: '#246384'

red 36 ◦ green 99 ◦ blue 132

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

Shades of Bahama Blue #246384

Tints of Bahama Blue #246384

RGB

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

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

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

R = 13.48%
G = 37.08%
B = 49.44%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246384 (or 0x246384) is known color: Bahama Blue. HEX triplet: 24, 63 and 84. RGB value is (36,99,132). Sum of RGB (Red+Green+Blue) = 36+99+132=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #246384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246384 is #DB9C7B. Grayscale: #535353. Windows color (decimal): -14392444 or 8676132. OLE color: 8676132.

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

Color convert

RGB 36 99 132 -
CMYK 0.73 0.25 0 0.48
HSL 200.63º 0.57% 0.33% -
HSV(B) 200.63º 0.73% 0.52% -
XYZ 9.35 10.96 23.45 -
YUV 83.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 36 99 132 0.73 0.25 0 0.48 200.63 0.57 0.33
Hex 24 63 84 49 19 0 30 C9 39 21
Octal 44 143 204 111 31 0 60 311 71 41
Binary 100100 1100011 10000100 1001001 11001 0 110000 11001001 111001 100001

Color Harmonies of #246384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246384

Black with #246384

Text Example


Text Example

White with #246384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246384; }

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

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

background-color css

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

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

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

border-color css

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

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

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