Html Css Color HEX #389CEA Summer Sky

📋 copy color: '#389CEA'

red 56 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #389CEA

Tints of Summer Sky #389CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 12.56%
G = 34.98%
B = 52.47%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#389CEA (or 0x389CEA) is known color: Summer Sky. HEX triplet: 38, 9C and EA. RGB value is (56,156,234). Sum of RGB (Red+Green+Blue) = 56+156+234=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #389CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CEA is #C76315. Grayscale: #868686. Windows color (decimal): -13067030 or 15375416. OLE color: 15375416.

HSL color Cylindrical-coordinate representation of color #389CEA: hue angle of 206.29º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389CEA is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 156 234 -
CMYK 0.76 0.33 0 0.08
HSL 206.29º 0.81% 0.57% -
HSV(B) 206.29º 0.76% 0.92% -
XYZ 28.37 30.56 82.24 -
YUV 134.99 183.87 71.66 -
System Red Green Blue C M Y K H S L
Decimal 56 156 234 0.76 0.33 0 0.08 206.29 0.81 0.57
Hex 38 9C EA 4C 21 0 8 CE 51 39
Octal 70 234 352 114 41 0 10 316 121 71
Binary 111000 10011100 11101010 1001100 100001 0 1000 11001110 1010001 111001

Color Harmonies of #389CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CEA

Black with #389CEA

Text Example


Text Example

White with #389CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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