Html Css Color HEX #38868B Blue Chill

📋 copy color: '#38868B'

red 56 ◦ green 134 ◦ blue 139

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

Shades of Blue Chill #38868B

Tints of Blue Chill #38868B

RGB

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

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

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

R = 17.02%
G = 40.73%
B = 42.25%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38868B (or 0x38868B) is known color: Blue Chill. HEX triplet: 38, 86 and 8B. RGB value is (56,134,139). Sum of RGB (Red+Green+Blue) = 56+134+139=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #38868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38868B is #C77974. Grayscale: #6F6F6F. Windows color (decimal): -13072757 or 9143864. OLE color: 9143864.

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

Color convert

RGB 56 134 139 -
CMYK 0.60 0.04 0 0.45
HSL 183.61º 0.43% 0.38% -
HSV(B) 183.61º 0.6% 0.55% -
XYZ 14.82 19.76 27.46 -
YUV 111.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 56 134 139 0.60 0.04 0 0.45 183.61 0.43 0.38
Hex 38 86 8B 3C 4 0 2D B8 2B 26
Octal 70 206 213 74 4 0 55 270 53 46
Binary 111000 10000110 10001011 111100 100 0 101101 10111000 101011 100110

Color Harmonies of #38868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38868B

Black with #38868B

Text Example


Text Example

White with #38868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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