Html Css Color HEX #38878B Blue Chill

📋 copy color: '#38878B'

red 56 ◦ green 135 ◦ blue 139

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

Shades of Blue Chill #38878B

Tints of Blue Chill #38878B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 16.97%
G = 40.91%
B = 42.12%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38878B (or 0x38878B) is known color: Blue Chill. HEX triplet: 38, 87 and 8B. RGB value is (56,135,139). Sum of RGB (Red+Green+Blue) = 56+135+139=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #38878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38878B is #C77874. Grayscale: #6F6F6F. Windows color (decimal): -13072501 or 9144120. OLE color: 9144120.

HSL color Cylindrical-coordinate representation of color #38878B: hue angle of 182.89º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38878B is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 135 139 -
CMYK 0.60 0.03 0 0.45
HSL 182.89º 0.43% 0.38% -
HSV(B) 182.89º 0.6% 0.55% -
XYZ 14.96 20.03 27.5 -
YUV 111.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 56 135 139 0.60 0.03 0 0.45 182.89 0.43 0.38
Hex 38 87 8B 3C 3 0 2D B7 2B 26
Octal 70 207 213 74 3 0 55 267 53 46
Binary 111000 10000111 10001011 111100 11 0 101101 10110111 101011 100110

Color Harmonies of #38878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38878B

Black with #38878B

Text Example


Text Example

White with #38878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38878B; }

 p { color: rgb(56,135,139); }

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

background-color css

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

 a { background-color: rgb(56,135,139); }

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

border-color css

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

 span { border-color: rgb(56,135,139); }

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