Html Css Color HEX #389DCB Summer Sky

📋 copy color: '#389DCB'

red 56 ◦ green 157 ◦ blue 203

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

Shades of Summer Sky #389DCB

Tints of Summer Sky #389DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 13.46%
G = 37.74%
B = 48.8%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389DCB (or 0x389DCB) is known color: Summer Sky. HEX triplet: 38, 9D and CB. RGB value is (56,157,203). Sum of RGB (Red+Green+Blue) = 56+157+203=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #389DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCB is #C76234. Grayscale: #838383. Windows color (decimal): -13066805 or 13344056. OLE color: 13344056.

HSL color Cylindrical-coordinate representation of color #389DCB: hue angle of 198.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389DCB is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 157 203 -
CMYK 0.72 0.23 0 0.20
HSL 198.78º 0.59% 0.51% -
HSV(B) 198.78º 0.72% 0.8% -
XYZ 24.47 29.27 60.86 -
YUV 132.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 56 157 203 0.72 0.23 0 0.20 198.78 0.59 0.51
Hex 38 9D CB 48 17 0 14 C7 3B 33
Octal 70 235 313 110 27 0 24 307 73 63
Binary 111000 10011101 11001011 1001000 10111 0 10100 11000111 111011 110011

Color Harmonies of #389DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DCB

Black with #389DCB

Text Example


Text Example

White with #389DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389DCB; }

 p { color: rgb(56,157,203); }

 H1.HeaderClassName
 {
   color: #389DCB;
 }
 .AnyTagClassName
 {
   color: #389DCB;
 }
</style>

background-color css

<style>
 a { background-color: #389DCB; }

 a { background-color: rgb(56,157,203); }

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

border-color css

<style>
 span { border-color: #389DCB; }

 span { border-color: rgb(56,157,203); }

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