Html Css Color HEX #245682 Bahama Blue

📋 copy color: '#245682'

red 36 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #245682

Tints of Bahama Blue #245682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 14.29%
G = 34.13%
B = 51.59%

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

#245682 (or 0x245682) is known color: Bahama Blue. HEX triplet: 24, 56 and 82. RGB value is (36,86,130). Sum of RGB (Red+Green+Blue) = 36+86+130=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #245682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245682 is #DBA97D. Grayscale: #4B4B4B. Windows color (decimal): -14395774 or 8541732. OLE color: 8541732.

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

Color convert

RGB 36 86 130 -
CMYK 0.72 0.34 0 0.49
HSL 208.09º 0.57% 0.33% -
HSV(B) 208.09º 0.72% 0.51% -
XYZ 8.08 8.64 22.36 -
YUV 76.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 36 86 130 0.72 0.34 0 0.49 208.09 0.57 0.33
Hex 24 56 82 48 22 0 31 D0 39 21
Octal 44 126 202 110 42 0 61 320 71 41
Binary 100100 1010110 10000010 1001000 100010 0 110001 11010000 111001 100001

Color Harmonies of #245682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245682

Black with #245682

Text Example


Text Example

White with #245682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245682; }

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

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

background-color css

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

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

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

border-color css

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

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

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