Html Css Color HEX #245982 Bahama Blue

📋 copy color: '#245982'

red 36 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #245982

Tints of Bahama Blue #245982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 14.12%
G = 34.9%
B = 50.98%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245982 (or 0x245982) is known color: Bahama Blue. HEX triplet: 24, 59 and 82. RGB value is (36,89,130). Sum of RGB (Red+Green+Blue) = 36+89+130=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #245982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245982 is #DBA67D. Grayscale: #4D4D4D. Windows color (decimal): -14395006 or 8542500. OLE color: 8542500.

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

Color convert

RGB 36 89 130 -
CMYK 0.72 0.32 0 0.49
HSL 206.17º 0.57% 0.33% -
HSV(B) 206.17º 0.72% 0.51% -
XYZ 8.33 9.13 22.44 -
YUV 77.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 36 89 130 0.72 0.32 0 0.49 206.17 0.57 0.33
Hex 24 59 82 48 20 0 31 CE 39 21
Octal 44 131 202 110 40 0 61 316 71 41
Binary 100100 1011001 10000010 1001000 100000 0 110001 11001110 111001 100001

Color Harmonies of #245982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245982

Black with #245982

Text Example


Text Example

White with #245982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245982; }

 p { color: rgb(36,89,130); }

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

background-color css

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

 a { background-color: rgb(36,89,130); }

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

border-color css

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

 span { border-color: rgb(36,89,130); }

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