Html Css Color HEX #245E82 Bahama Blue

📋 copy color: '#245E82'

red 36 ◦ green 94 ◦ blue 130

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

Shades of Bahama Blue #245E82

Tints of Bahama Blue #245E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.15%

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

R = 13.85%
G = 36.15%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245E82 (or 0x245E82) is known color: Bahama Blue. HEX triplet: 24, 5E and 82. RGB value is (36,94,130). Sum of RGB (Red+Green+Blue) = 36+94+130=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #245E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E82 is #DBA17D. Grayscale: #505050. Windows color (decimal): -14393726 or 8543780. OLE color: 8543780.

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

Color convert

RGB 36 94 130 -
CMYK 0.72 0.28 0 0.49
HSL 202.98º 0.57% 0.33% -
HSV(B) 202.98º 0.72% 0.51% -
XYZ 8.76 9.99 22.59 -
YUV 80.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 36 94 130 0.72 0.28 0 0.49 202.98 0.57 0.33
Hex 24 5E 82 48 1C 0 31 CB 39 21
Octal 44 136 202 110 34 0 61 313 71 41
Binary 100100 1011110 10000010 1001000 11100 0 110001 11001011 111001 100001

Color Harmonies of #245E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E82

Black with #245E82

Text Example


Text Example

White with #245E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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