Html Css Color HEX #389CCB Summer Sky

📋 copy color: '#389CCB'

red 56 ◦ green 156 ◦ blue 203

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

Shades of Summer Sky #389CCB

Tints of Summer Sky #389CCB

RGB

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

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

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

R = 13.49%
G = 37.59%
B = 48.92%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389CCB (or 0x389CCB) is known color: Summer Sky. HEX triplet: 38, 9C and CB. RGB value is (56,156,203). Sum of RGB (Red+Green+Blue) = 56+156+203=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #389CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CCB is #C76334. Grayscale: #838383. Windows color (decimal): -13067061 or 13343800. OLE color: 13343800.

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

Color convert

RGB 56 156 203 -
CMYK 0.72 0.23 0 0.20
HSL 199.18º 0.59% 0.51% -
HSV(B) 199.18º 0.72% 0.8% -
XYZ 24.3 28.93 60.8 -
YUV 131.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 56 156 203 0.72 0.23 0 0.20 199.18 0.59 0.51
Hex 38 9C CB 48 17 0 14 C7 3B 33
Octal 70 234 313 110 27 0 24 307 73 63
Binary 111000 10011100 11001011 1001000 10111 0 10100 11000111 111011 110011

Color Harmonies of #389CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CCB

Black with #389CCB

Text Example


Text Example

White with #389CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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