Html Css Color HEX #389FCC Summer Sky

📋 copy color: '#389FCC'

red 56 ◦ green 159 ◦ blue 204

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

Shades of Summer Sky #389FCC

Tints of Summer Sky #389FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 13.37%
G = 37.95%
B = 48.69%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#389FCC (or 0x389FCC) is known color: Summer Sky. HEX triplet: 38, 9F and CC. RGB value is (56,159,204). Sum of RGB (Red+Green+Blue) = 56+159+204=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #389FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCC is #C76033. Grayscale: #858585. Windows color (decimal): -13066292 or 13410104. OLE color: 13410104.

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

Color convert

RGB 56 159 204 -
CMYK 0.73 0.22 0 0.2
HSL 198.24º 0.59% 0.51% -
HSV(B) 198.24º 0.73% 0.8% -
XYZ 24.93 30 61.6 -
YUV 133.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 56 159 204 0.73 0.22 0 0.2 198.24 0.59 0.51
Hex 38 9F CC 49 16 0 14 C6 3B 33
Octal 70 237 314 111 26 0 24 306 73 63
Binary 111000 10011111 11001100 1001001 10110 0 10100 11000110 111011 110011

Color Harmonies of #389FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FCC

Black with #389FCC

Text Example


Text Example

White with #389FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,204); }

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

background-color css

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

 a { background-color: rgb(56,159,204); }

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

border-color css

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

 span { border-color: rgb(56,159,204); }

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