Html Css Color HEX #245F85 Bahama Blue

📋 copy color: '#245F85'

red 36 ◦ green 95 ◦ blue 133

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

Shades of Bahama Blue #245F85

Tints of Bahama Blue #245F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 13.64%
G = 35.98%
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

#245F85 (or 0x245F85) is known color: Bahama Blue. HEX triplet: 24, 5F and 85. RGB value is (36,95,133). Sum of RGB (Red+Green+Blue) = 36+95+133=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #245F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F85 is #DBA07A. Grayscale: #515151. Windows color (decimal): -14393467 or 8740644. OLE color: 8740644.

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

Color convert

RGB 36 95 133 -
CMYK 0.73 0.29 0 0.48
HSL 203.51º 0.57% 0.33% -
HSV(B) 203.51º 0.73% 0.52% -
XYZ 9.05 10.25 23.69 -
YUV 81.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 36 95 133 0.73 0.29 0 0.48 203.51 0.57 0.33
Hex 24 5F 85 49 1D 0 30 CC 39 21
Octal 44 137 205 111 35 0 60 314 71 41
Binary 100100 1011111 10000101 1001001 11101 0 110000 11001100 111001 100001

Color Harmonies of #245F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F85

Black with #245F85

Text Example


Text Example

White with #245F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,95,133); }

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

background-color css

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

 a { background-color: rgb(36,95,133); }

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

border-color css

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

 span { border-color: rgb(36,95,133); }

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