Html Css Color HEX #389BCA Summer Sky

📋 copy color: '#389BCA'

red 56 ◦ green 155 ◦ blue 202

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

Shades of Summer Sky #389BCA

Tints of Summer Sky #389BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 13.56%
G = 37.53%
B = 48.91%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#389BCA (or 0x389BCA) is known color: Summer Sky. HEX triplet: 38, 9B and CA. RGB value is (56,155,202). Sum of RGB (Red+Green+Blue) = 56+155+202=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #389BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BCA is #C76435. Grayscale: #828282. Windows color (decimal): -13067318 or 13278008. OLE color: 13278008.

HSL color Cylindrical-coordinate representation of color #389BCA: hue angle of 199.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389BCA is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 155 202 -
CMYK 0.72 0.23 0 0.21
HSL 199.32º 0.58% 0.51% -
HSV(B) 199.32º 0.72% 0.79% -
XYZ 24.01 28.55 60.12 -
YUV 130.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 56 155 202 0.72 0.23 0 0.21 199.32 0.58 0.51
Hex 38 9B CA 48 17 0 15 C7 3A 33
Octal 70 233 312 110 27 0 25 307 72 63
Binary 111000 10011011 11001010 1001000 10111 0 10101 11000111 111010 110011

Color Harmonies of #389BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BCA

Black with #389BCA

Text Example


Text Example

White with #389BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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