Html Css Color HEX #38868D Blue Chill

📋 copy color: '#38868D'

red 56 ◦ green 134 ◦ blue 141

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

Shades of Blue Chill #38868D

Tints of Blue Chill #38868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 16.92%
G = 40.48%
B = 42.6%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38868D (or 0x38868D) is known color: Blue Chill. HEX triplet: 38, 86 and 8D. RGB value is (56,134,141). Sum of RGB (Red+Green+Blue) = 56+134+141=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #38868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38868D is #C77972. Grayscale: #6F6F6F. Windows color (decimal): -13072755 or 9274936. OLE color: 9274936.

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

Color convert

RGB 56 134 141 -
CMYK 0.60 0.05 0 0.45
HSL 184.94º 0.43% 0.39% -
HSV(B) 184.94º 0.6% 0.55% -
XYZ 14.96 19.81 28.24 -
YUV 111.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 56 134 141 0.60 0.05 0 0.45 184.94 0.43 0.39
Hex 38 86 8D 3C 5 0 2D B9 2B 27
Octal 70 206 215 74 5 0 55 271 53 47
Binary 111000 10000110 10001101 111100 101 0 101101 10111001 101011 100111

Color Harmonies of #38868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38868D

Black with #38868D

Text Example


Text Example

White with #38868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38868D; }

 p { color: rgb(56,134,141); }

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

background-color css

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

 a { background-color: rgb(56,134,141); }

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

border-color css

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

 span { border-color: rgb(56,134,141); }

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