Html Css Color HEX #245E84 Bahama Blue

📋 copy color: '#245E84'

red 36 ◦ green 94 ◦ blue 132

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

Shades of Bahama Blue #245E84

Tints of Bahama Blue #245E84

RGB

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

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

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

R = 13.74%
G = 35.88%
B = 50.38%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245E84 (or 0x245E84) is known color: Bahama Blue. HEX triplet: 24, 5E and 84. RGB value is (36,94,132). Sum of RGB (Red+Green+Blue) = 36+94+132=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #245E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E84 is #DBA17B. Grayscale: #505050. Windows color (decimal): -14393724 or 8674852. OLE color: 8674852.

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

Color convert

RGB 36 94 132 -
CMYK 0.73 0.29 0 0.48
HSL 203.75º 0.57% 0.33% -
HSV(B) 203.75º 0.73% 0.52% -
XYZ 8.9 10.05 23.3 -
YUV 80.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 36 94 132 0.73 0.29 0 0.48 203.75 0.57 0.33
Hex 24 5E 84 49 1D 0 30 CC 39 21
Octal 44 136 204 111 35 0 60 314 71 41
Binary 100100 1011110 10000100 1001001 11101 0 110000 11001100 111001 100001

Color Harmonies of #245E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E84

Black with #245E84

Text Example


Text Example

White with #245E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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