Html Css Color HEX #38988F Blue Chill

📋 copy color: '#38988F'

red 56 ◦ green 152 ◦ blue 143

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

Shades of Blue Chill #38988F

Tints of Blue Chill #38988F

RGB

 RED value IS 56 (22.27% from 255) = 15.95%

 GREEN value IS 152 (59.77% from 255) = 43.3%

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 15.95%
G = 43.3%
B = 40.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#38988F (or 0x38988F) is known color: Blue Chill. HEX triplet: 38, 98 and 8F. RGB value is (56,152,143). Sum of RGB (Red+Green+Blue) = 56+152+143=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #38988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38988F is #C76770. Grayscale: #7A7A7A. Windows color (decimal): -13068145 or 9410616. OLE color: 9410616.

HSL color Cylindrical-coordinate representation of color #38988F: hue angle of 174.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38988F is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 143 -
CMYK 0.63 0 0.06 0.40
HSL 174.38º 0.46% 0.41% -
HSV(B) 174.38º 0.63% 0.6% -
XYZ 17.82 25.28 29.93 -
YUV 122.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 56 152 143 0.63 0 0.06 0.40 174.38 0.46 0.41
Hex 38 98 8F 3F 0 6 28 AE 2E 29
Octal 70 230 217 77 0 6 50 256 56 51
Binary 111000 10011000 10001111 111111 0 110 101000 10101110 101110 101001

Color Harmonies of #38988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38988F

Black with #38988F

Text Example


Text Example

White with #38988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38988F; }

 p { color: rgb(56,152,143); }

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

background-color css

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

 a { background-color: rgb(56,152,143); }

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

border-color css

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

 span { border-color: rgb(56,152,143); }

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