Html Css Color HEX #38858F Blue Chill

📋 copy color: '#38858F'

red 56 ◦ green 133 ◦ blue 143

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

Shades of Blue Chill #38858F

Tints of Blue Chill #38858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 16.87%
G = 40.06%
B = 43.07%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38858F (or 0x38858F) is known color: Blue Chill. HEX triplet: 38, 85 and 8F. RGB value is (56,133,143). Sum of RGB (Red+Green+Blue) = 56+133+143=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #38858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38858F is #C77A70. Grayscale: #6F6F6F. Windows color (decimal): -13073009 or 9405752. OLE color: 9405752.

HSL color Cylindrical-coordinate representation of color #38858F: hue angle of 186.9º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38858F is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 133 143 -
CMYK 0.61 0.07 0 0.44
HSL 186.9º 0.44% 0.39% -
HSV(B) 186.9º 0.61% 0.56% -
XYZ 14.98 19.6 28.98 -
YUV 111.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 56 133 143 0.61 0.07 0 0.44 186.9 0.44 0.39
Hex 38 85 8F 3D 7 0 2C BB 2C 27
Octal 70 205 217 75 7 0 54 273 54 47
Binary 111000 10000101 10001111 111101 111 0 101100 10111011 101100 100111

Color Harmonies of #38858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38858F

Black with #38858F

Text Example


Text Example

White with #38858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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