Html Css Color HEX #38898D Blue Chill

📋 copy color: '#38898D'

red 56 ◦ green 137 ◦ blue 141

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

Shades of Blue Chill #38898D

Tints of Blue Chill #38898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 16.77%
G = 41.02%
B = 42.22%

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

#38898D (or 0x38898D) is known color: Blue Chill. HEX triplet: 38, 89 and 8D. RGB value is (56,137,141). Sum of RGB (Red+Green+Blue) = 56+137+141=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #38898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38898D is #C77672. Grayscale: #717171. Windows color (decimal): -13071987 or 9275704. OLE color: 9275704.

HSL color Cylindrical-coordinate representation of color #38898D: hue angle of 182.82º 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 #38898D is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 137 141 -
CMYK 0.60 0.03 0 0.45
HSL 182.82º 0.43% 0.39% -
HSV(B) 182.82º 0.6% 0.55% -
XYZ 15.38 20.66 28.38 -
YUV 113.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 56 137 141 0.60 0.03 0 0.45 182.82 0.43 0.39
Hex 38 89 8D 3C 3 0 2D B7 2B 27
Octal 70 211 215 74 3 0 55 267 53 47
Binary 111000 10001001 10001101 111100 11 0 101101 10110111 101011 100111

Color Harmonies of #38898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38898D

Black with #38898D

Text Example


Text Example

White with #38898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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