Html Css Color HEX #389CBE Pelorous

📋 copy color: '#389CBE'

red 56 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #389CBE

Tints of Pelorous #389CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 13.93%
G = 38.81%
B = 47.26%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#389CBE (or 0x389CBE) is known color: Pelorous. HEX triplet: 38, 9C and BE. RGB value is (56,156,190). Sum of RGB (Red+Green+Blue) = 56+156+190=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #389CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CBE is #C76341. Grayscale: #818181. Windows color (decimal): -13067074 or 12491832. OLE color: 12491832.

HSL color Cylindrical-coordinate representation of color #389CBE: hue angle of 195.22º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #389CBE is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 156 190 -
CMYK 0.71 0.18 0 0.25
HSL 195.22º 0.54% 0.48% -
HSV(B) 195.22º 0.71% 0.75% -
XYZ 22.81 28.34 52.98 -
YUV 129.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 56 156 190 0.71 0.18 0 0.25 195.22 0.54 0.48
Hex 38 9C BE 47 12 0 19 C3 36 30
Octal 70 234 276 107 22 0 31 303 66 60
Binary 111000 10011100 10111110 1000111 10010 0 11001 11000011 110110 110000

Color Harmonies of #389CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CBE

Black with #389CBE

Text Example


Text Example

White with #389CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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