Html Css Color HEX #389BCB Summer Sky

📋 copy color: '#389BCB'

red 56 ◦ green 155 ◦ blue 203

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

Shades of Summer Sky #389BCB

Tints of Summer Sky #389BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

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

R = 13.53%
G = 37.44%
B = 49.03%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389BCB (or 0x389BCB) is known color: Summer Sky. HEX triplet: 38, 9B and CB. RGB value is (56,155,203). Sum of RGB (Red+Green+Blue) = 56+155+203=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #389BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BCB is #C76434. Grayscale: #828282. Windows color (decimal): -13067317 or 13343544. OLE color: 13343544.

HSL color Cylindrical-coordinate representation of color #389BCB: hue angle of 199.59º 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 #389BCB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 155 203 -
CMYK 0.72 0.24 0 0.20
HSL 199.59º 0.59% 0.51% -
HSV(B) 199.59º 0.72% 0.8% -
XYZ 24.13 28.6 60.75 -
YUV 130.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 56 155 203 0.72 0.24 0 0.20 199.59 0.59 0.51
Hex 38 9B CB 48 18 0 14 C8 3B 33
Octal 70 233 313 110 30 0 24 310 73 63
Binary 111000 10011011 11001011 1001000 11000 0 10100 11001000 111011 110011

Color Harmonies of #389BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BCB

Black with #389BCB

Text Example


Text Example

White with #389BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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