Html Css Color HEX #389CCF Summer Sky

📋 copy color: '#389CCF'

red 56 ◦ green 156 ◦ blue 207

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

Shades of Summer Sky #389CCF

Tints of Summer Sky #389CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 13.37%
G = 37.23%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389CCF (or 0x389CCF) is known color: Summer Sky. HEX triplet: 38, 9C and CF. RGB value is (56,156,207). Sum of RGB (Red+Green+Blue) = 56+156+207=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #389CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CCF is #C76330. Grayscale: #838383. Windows color (decimal): -13067057 or 13605944. OLE color: 13605944.

HSL color Cylindrical-coordinate representation of color #389CCF: hue angle of 200.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389CCF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 156 207 -
CMYK 0.73 0.25 0 0.19
HSL 200.26º 0.61% 0.52% -
HSV(B) 200.26º 0.73% 0.81% -
XYZ 24.78 29.12 63.35 -
YUV 131.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 56 156 207 0.73 0.25 0 0.19 200.26 0.61 0.52
Hex 38 9C CF 49 19 0 13 C8 3D 34
Octal 70 234 317 111 31 0 23 310 75 64
Binary 111000 10011100 11001111 1001001 11001 0 10011 11001000 111101 110100

Color Harmonies of #389CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CCF

Black with #389CCF

Text Example


Text Example

White with #389CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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