Html Css Color HEX #246285 Bahama Blue

📋 copy color: '#246285'

red 36 ◦ green 98 ◦ blue 133

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

Shades of Bahama Blue #246285

Tints of Bahama Blue #246285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 13.48%
G = 36.7%
B = 49.81%

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

#246285 (or 0x246285) is known color: Bahama Blue. HEX triplet: 24, 62 and 85. RGB value is (36,98,133). Sum of RGB (Red+Green+Blue) = 36+98+133=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #246285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246285 is #DB9D7A. Grayscale: #535353. Windows color (decimal): -14392699 or 8741412. OLE color: 8741412.

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

Color convert

RGB 36 98 133 -
CMYK 0.73 0.26 0 0.48
HSL 201.65º 0.57% 0.33% -
HSV(B) 201.65º 0.73% 0.52% -
XYZ 9.33 10.8 23.78 -
YUV 83.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 36 98 133 0.73 0.26 0 0.48 201.65 0.57 0.33
Hex 24 62 85 49 1A 0 30 CA 39 21
Octal 44 142 205 111 32 0 60 312 71 41
Binary 100100 1100010 10000101 1001001 11010 0 110000 11001010 111001 100001

Color Harmonies of #246285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246285

Black with #246285

Text Example


Text Example

White with #246285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246285; }

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

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

background-color css

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

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

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

border-color css

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

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

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