Html Css Color HEX #235080 Bahama Blue

📋 copy color: '#235080'

red 35 ◦ green 80 ◦ blue 128

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

Shades of Bahama Blue #235080

Tints of Bahama Blue #235080

RGB

 RED value IS 35 (14.06% from 255) = 14.4%

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 14.4%
G = 32.92%
B = 52.67%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#235080 (or 0x235080) is known color: Bahama Blue. HEX triplet: 23, 50 and 80. RGB value is (35,80,128). Sum of RGB (Red+Green+Blue) = 35+80+128=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #235080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235080 is #DCAF7F. Grayscale: #474747. Windows color (decimal): -14462848 or 8409123. OLE color: 8409123.

HSL color Cylindrical-coordinate representation of color #235080: hue angle of 210.97º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #235080 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 80 128 -
CMYK 0.73 0.38 0 0.50
HSL 210.97º 0.57% 0.32% -
HSV(B) 210.97º 0.73% 0.5% -
XYZ 7.46 7.65 21.51 -
YUV 72.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 35 80 128 0.73 0.38 0 0.50 210.97 0.57 0.32
Hex 23 50 80 49 26 0 32 D3 39 20
Octal 43 120 200 111 46 0 62 323 71 40
Binary 100011 1010000 10000000 1001001 100110 0 110010 11010011 111001 100000

Color Harmonies of #235080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235080

Black with #235080

Text Example


Text Example

White with #235080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235080; }

 p { color: rgb(35,80,128); }

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

background-color css

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

 a { background-color: rgb(35,80,128); }

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

border-color css

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

 span { border-color: rgb(35,80,128); }

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