Html Css Color HEX #308C91 Blue Chill

📋 copy color: '#308C91'

red 48 ◦ green 140 ◦ blue 145

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

Shades of Blue Chill #308C91

Tints of Blue Chill #308C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 14.41%
G = 42.04%
B = 43.54%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308C91 (or 0x308C91) is known color: Blue Chill. HEX triplet: 30, 8C and 91. RGB value is (48,140,145). Sum of RGB (Red+Green+Blue) = 48+140+145=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #308C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C91 is #CF736E. Grayscale: #707070. Windows color (decimal): -13595503 or 9538608. OLE color: 9538608.

HSL color Cylindrical-coordinate representation of color #308C91: hue angle of 183.09º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308C91 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 140 145 -
CMYK 0.67 0.03 0 0.43
HSL 183.09º 0.5% 0.38% -
HSV(B) 183.09º 0.67% 0.57% -
XYZ 15.71 21.43 30.1 -
YUV 113.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 48 140 145 0.67 0.03 0 0.43 183.09 0.5 0.38
Hex 30 8C 91 43 3 0 2B B7 32 26
Octal 60 214 221 103 3 0 53 267 62 46
Binary 110000 10001100 10010001 1000011 11 0 101011 10110111 110010 100110

Color Harmonies of #308C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C91

Black with #308C91

Text Example


Text Example

White with #308C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C91; }

 p { color: rgb(48,140,145); }

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

background-color css

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

 a { background-color: rgb(48,140,145); }

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

border-color css

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

 span { border-color: rgb(48,140,145); }

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