Html Css Color HEX #389CDF Summer Sky

📋 copy color: '#389CDF'

red 56 ◦ green 156 ◦ blue 223

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

Shades of Summer Sky #389CDF

Tints of Summer Sky #389CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 12.87%
G = 35.86%
B = 51.26%

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

#389CDF (or 0x389CDF) is known color: Summer Sky. HEX triplet: 38, 9C and DF. RGB value is (56,156,223). Sum of RGB (Red+Green+Blue) = 56+156+223=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #389CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CDF is #C76320. Grayscale: #858585. Windows color (decimal): -13067041 or 14654520. OLE color: 14654520.

HSL color Cylindrical-coordinate representation of color #389CDF: hue angle of 204.07º 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 #389CDF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 156 223 -
CMYK 0.75 0.30 0 0.13
HSL 204.07º 0.72% 0.55% -
HSV(B) 204.07º 0.75% 0.87% -
XYZ 26.84 29.95 74.18 -
YUV 133.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 56 156 223 0.75 0.30 0 0.13 204.07 0.72 0.55
Hex 38 9C DF 4B 1E 0 D CC 48 37
Octal 70 234 337 113 36 0 15 314 110 67
Binary 111000 10011100 11011111 1001011 11110 0 1101 11001100 1001000 110111

Color Harmonies of #389CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CDF

Black with #389CDF

Text Example


Text Example

White with #389CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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