Html Css Color HEX #245581 Bahama Blue

📋 copy color: '#245581'

red 36 ◦ green 85 ◦ blue 129

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

Shades of Bahama Blue #245581

Tints of Bahama Blue #245581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 14.4%
G = 34%
B = 51.6%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245581 (or 0x245581) is known color: Bahama Blue. HEX triplet: 24, 55 and 81. RGB value is (36,85,129). Sum of RGB (Red+Green+Blue) = 36+85+129=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #245581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245581 is #DBAA7E. Grayscale: #4B4B4B. Windows color (decimal): -14396031 or 8475940. OLE color: 8475940.

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

Color convert

RGB 36 85 129 -
CMYK 0.72 0.34 0 0.49
HSL 208.39º 0.56% 0.32% -
HSV(B) 208.39º 0.72% 0.51% -
XYZ 7.94 8.46 21.98 -
YUV 75.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 36 85 129 0.72 0.34 0 0.49 208.39 0.56 0.32
Hex 24 55 81 48 22 0 31 D0 38 20
Octal 44 125 201 110 42 0 61 320 70 40
Binary 100100 1010101 10000001 1001000 100010 0 110001 11010000 111000 100000

Color Harmonies of #245581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245581

Black with #245581

Text Example


Text Example

White with #245581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245581; }

 p { color: rgb(36,85,129); }

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

background-color css

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

 a { background-color: rgb(36,85,129); }

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

border-color css

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

 span { border-color: rgb(36,85,129); }

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