Html Css Color HEX #175384 Bahama Blue

📋 copy color: '#175384'

red 23 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #175384

Tints of Bahama Blue #175384

RGB

 RED value IS 23 (9.38% from 255) = 9.66%

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 9.66%
G = 34.87%
B = 55.46%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#175384 (or 0x175384) is known color: Bahama Blue. HEX triplet: 17, 53 and 84. RGB value is (23,83,132). Sum of RGB (Red+Green+Blue) = 23+83+132=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #175384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175384 is #E8AC7B. Grayscale: #464646. Windows color (decimal): -15248508 or 8672023. OLE color: 8672023.

HSL color Cylindrical-coordinate representation of color #175384: hue angle of 206.97º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175384 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 83 132 -
CMYK 0.83 0.37 0 0.48
HSL 206.97º 0.7% 0.3% -
HSV(B) 206.97º 0.83% 0.52% -
XYZ 7.61 8.03 22.98 -
YUV 70.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 23 83 132 0.83 0.37 0 0.48 206.97 0.7 0.3
Hex 17 53 84 53 25 0 30 CF 46 1E
Octal 27 123 204 123 45 0 60 317 106 36
Binary 10111 1010011 10000100 1010011 100101 0 110000 11001111 1000110 11110

Color Harmonies of #175384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175384

Black with #175384

Text Example


Text Example

White with #175384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175384; }

 p { color: rgb(23,83,132); }

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

background-color css

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

 a { background-color: rgb(23,83,132); }

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

border-color css

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

 span { border-color: rgb(23,83,132); }

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