Html Css Color HEX #389CC7 Curious Blue

📋 copy color: '#389CC7'

red 56 ◦ green 156 ◦ blue 199

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

Shades of Curious Blue #389CC7

Tints of Curious Blue #389CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.42%

R = 13.63%
G = 37.96%
B = 48.42%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#389CC7 (or 0x389CC7) is known color: Curious Blue. HEX triplet: 38, 9C and C7. RGB value is (56,156,199). Sum of RGB (Red+Green+Blue) = 56+156+199=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #389CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CC7 is #C76338. Grayscale: #828282. Windows color (decimal): -13067065 or 13081656. OLE color: 13081656.

HSL color Cylindrical-coordinate representation of color #389CC7: hue angle of 198.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389CC7 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 156 199 -
CMYK 0.72 0.22 0 0.22
HSL 198.04º 0.56% 0.5% -
HSV(B) 198.04º 0.72% 0.78% -
XYZ 23.83 28.74 58.32 -
YUV 131 166.37 74.5 -
System Red Green Blue C M Y K H S L
Decimal 56 156 199 0.72 0.22 0 0.22 198.04 0.56 0.5
Hex 38 9C C7 48 16 0 16 C6 38 32
Octal 70 234 307 110 26 0 26 306 70 62
Binary 111000 10011100 11000111 1001000 10110 0 10110 11000110 111000 110010

Color Harmonies of #389CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CC7

Black with #389CC7

Text Example


Text Example

White with #389CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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