Html Css Color HEX #308889 Blue Chill

📋 copy color: '#308889'

red 48 ◦ green 136 ◦ blue 137

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

Shades of Blue Chill #308889

Tints of Blue Chill #308889

RGB

 RED value IS 48 (19.14% from 255) = 14.95%

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 14.95%
G = 42.37%
B = 42.68%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308889 (or 0x308889) is known color: Blue Chill. HEX triplet: 30, 88 and 89. RGB value is (48,136,137). Sum of RGB (Red+Green+Blue) = 48+136+137=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #308889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308889 is #CF7776. Grayscale: #6D6D6D. Windows color (decimal): -13596535 or 9013296. OLE color: 9013296.

HSL color Cylindrical-coordinate representation of color #308889: hue angle of 180.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308889 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 136 137 -
CMYK 0.65 0.01 0 0.46
HSL 180.67º 0.48% 0.36% -
HSV(B) 180.67º 0.65% 0.54% -
XYZ 14.54 20.04 26.77 -
YUV 109.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 48 136 137 0.65 0.01 0 0.46 180.67 0.48 0.36
Hex 30 88 89 41 1 0 2E B5 30 24
Octal 60 210 211 101 1 0 56 265 60 44
Binary 110000 10001000 10001001 1000001 1 0 101110 10110101 110000 100100

Color Harmonies of #308889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308889

Black with #308889

Text Example


Text Example

White with #308889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308889; }

 p { color: rgb(48,136,137); }

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

background-color css

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

 a { background-color: rgb(48,136,137); }

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

border-color css

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

 span { border-color: rgb(48,136,137); }

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