Html Css Color HEX #308C8B Blue Chill

📋 copy color: '#308C8B'

red 48 ◦ green 140 ◦ blue 139

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

Shades of Blue Chill #308C8B

Tints of Blue Chill #308C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 14.68%
G = 42.81%
B = 42.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#308C8B (or 0x308C8B) is known color: Blue Chill. HEX triplet: 30, 8C and 8B. RGB value is (48,140,139). Sum of RGB (Red+Green+Blue) = 48+140+139=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #308C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C8B is #CF7374. Grayscale: #707070. Windows color (decimal): -13595509 or 9145392. OLE color: 9145392.

HSL color Cylindrical-coordinate representation of color #308C8B: hue angle of 179.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C8B is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 139 -
CMYK 0.66 0 0.01 0.45
HSL 179.35º 0.49% 0.37% -
HSV(B) 179.35º 0.66% 0.55% -
XYZ 15.26 21.25 27.72 -
YUV 112.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 48 140 139 0.66 0 0.01 0.45 179.35 0.49 0.37
Hex 30 8C 8B 42 0 1 2D B3 31 25
Octal 60 214 213 102 0 1 55 263 61 45
Binary 110000 10001100 10001011 1000010 0 1 101101 10110011 110001 100101

Color Harmonies of #308C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C8B

Black with #308C8B

Text Example


Text Example

White with #308C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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