Html Css Color HEX #38848C Blue Chill

📋 copy color: '#38848C'

red 56 ◦ green 132 ◦ blue 140

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

Shades of Blue Chill #38848C

Tints of Blue Chill #38848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 17.07%
G = 40.24%
B = 42.68%

CMYK

 C value IS 0.6

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38848C (or 0x38848C) is known color: Blue Chill. HEX triplet: 38, 84 and 8C. RGB value is (56,132,140). Sum of RGB (Red+Green+Blue) = 56+132+140=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #38848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38848C is #C77B73. Grayscale: #6E6E6E. Windows color (decimal): -13073268 or 9208888. OLE color: 9208888.

HSL color Cylindrical-coordinate representation of color #38848C: hue angle of 185.71º 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 #38848C is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 132 140 -
CMYK 0.6 0.06 0 0.45
HSL 185.71º 0.43% 0.38% -
HSV(B) 185.71º 0.6% 0.55% -
XYZ 14.62 19.24 27.75 -
YUV 110.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 56 132 140 0.6 0.06 0 0.45 185.71 0.43 0.38
Hex 38 84 8C 3C 6 0 2D BA 2B 26
Octal 70 204 214 74 6 0 55 272 53 46
Binary 111000 10000100 10001100 111100 110 0 101101 10111010 101011 100110

Color Harmonies of #38848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38848C

Black with #38848C

Text Example


Text Example

White with #38848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38848C; }

 p { color: rgb(56,132,140); }

 H1.HeaderClassName
 {
   color: #38848C;
 }
 .AnyTagClassName
 {
   color: #38848C;
 }
</style>

background-color css

<style>
 a { background-color: #38848C; }

 a { background-color: rgb(56,132,140); }

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

border-color css

<style>
 span { border-color: #38848C; }

 span { border-color: rgb(56,132,140); }

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