Html Css Color HEX #245482 Bahama Blue

📋 copy color: '#245482'

red 36 ◦ green 84 ◦ blue 130

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

Shades of Bahama Blue #245482

Tints of Bahama Blue #245482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 14.4%
G = 33.6%
B = 52%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245482 (or 0x245482) is known color: Bahama Blue. HEX triplet: 24, 54 and 82. RGB value is (36,84,130). Sum of RGB (Red+Green+Blue) = 36+84+130=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #245482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245482 is #DBAB7D. Grayscale: #4A4A4A. Windows color (decimal): -14396286 or 8541220. OLE color: 8541220.

HSL color Cylindrical-coordinate representation of color #245482: hue angle of 209.36º 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 #245482 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 84 130 -
CMYK 0.72 0.35 0 0.49
HSL 209.36º 0.57% 0.33% -
HSV(B) 209.36º 0.72% 0.51% -
XYZ 7.93 8.33 22.31 -
YUV 74.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 36 84 130 0.72 0.35 0 0.49 209.36 0.57 0.33
Hex 24 54 82 48 23 0 31 D1 39 21
Octal 44 124 202 110 43 0 61 321 71 41
Binary 100100 1010100 10000010 1001000 100011 0 110001 11010001 111001 100001

Color Harmonies of #245482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245482

Black with #245482

Text Example


Text Example

White with #245482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245482; }

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

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

background-color css

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

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

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

border-color css

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

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

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