Html Css Color HEX #387CC1 Curious Blue

📋 copy color: '#387CC1'

red 56 ◦ green 124 ◦ blue 193

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

Shades of Curious Blue #387CC1

Tints of Curious Blue #387CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 15.01%
G = 33.24%
B = 51.74%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#387CC1 (or 0x387CC1) is known color: Curious Blue. HEX triplet: 38, 7C and C1. RGB value is (56,124,193). Sum of RGB (Red+Green+Blue) = 56+124+193=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #387CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CC1 is #C7833E. Grayscale: #6F6F6F. Windows color (decimal): -13075263 or 12680248. OLE color: 12680248.

HSL color Cylindrical-coordinate representation of color #387CC1: hue angle of 210.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387CC1 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 124 193 -
CMYK 0.71 0.36 0 0.24
HSL 210.22º 0.55% 0.49% -
HSV(B) 210.22º 0.71% 0.76% -
XYZ 18.46 19.11 53.17 -
YUV 111.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 56 124 193 0.71 0.36 0 0.24 210.22 0.55 0.49
Hex 38 7C C1 47 24 0 18 D2 37 31
Octal 70 174 301 107 44 0 30 322 67 61
Binary 111000 1111100 11000001 1000111 100100 0 11000 11010010 110111 110001

Color Harmonies of #387CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CC1

Black with #387CC1

Text Example


Text Example

White with #387CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387CC1; }

 p { color: rgb(56,124,193); }

 H1.HeaderClassName
 {
   color: #387CC1;
 }
 .AnyTagClassName
 {
   color: #387CC1;
 }
</style>

background-color css

<style>
 a { background-color: #387CC1; }

 a { background-color: rgb(56,124,193); }

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

border-color css

<style>
 span { border-color: #387CC1; }

 span { border-color: rgb(56,124,193); }

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