Html Css Color HEX #389CDE Summer Sky

📋 copy color: '#389CDE'

red 56 ◦ green 156 ◦ blue 222

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

Shades of Summer Sky #389CDE

Tints of Summer Sky #389CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 12.9%
G = 35.94%
B = 51.15%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389CDE (or 0x389CDE) is known color: Summer Sky. HEX triplet: 38, 9C and DE. RGB value is (56,156,222). Sum of RGB (Red+Green+Blue) = 56+156+222=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #389CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CDE is #C76321. Grayscale: #858585. Windows color (decimal): -13067042 or 14588984. OLE color: 14588984.

HSL color Cylindrical-coordinate representation of color #389CDE: hue angle of 203.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389CDE is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 156 222 -
CMYK 0.75 0.30 0 0.13
HSL 203.86º 0.72% 0.55% -
HSV(B) 203.86º 0.75% 0.87% -
XYZ 26.7 29.89 73.47 -
YUV 133.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 56 156 222 0.75 0.30 0 0.13 203.86 0.72 0.55
Hex 38 9C DE 4B 1E 0 D CC 48 37
Octal 70 234 336 113 36 0 15 314 110 67
Binary 111000 10011100 11011110 1001011 11110 0 1101 11001100 1001000 110111

Color Harmonies of #389CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CDE

Black with #389CDE

Text Example


Text Example

White with #389CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,222); }

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

background-color css

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

 a { background-color: rgb(56,156,222); }

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

border-color css

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

 span { border-color: rgb(56,156,222); }

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