Html Css Color HEX #387DCF Curious Blue

📋 copy color: '#387DCF'

red 56 ◦ green 125 ◦ blue 207

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

Shades of Curious Blue #387DCF

Tints of Curious Blue #387DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 14.43%
G = 32.22%
B = 53.35%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#387DCF (or 0x387DCF) is known color: Curious Blue. HEX triplet: 38, 7D and CF. RGB value is (56,125,207). Sum of RGB (Red+Green+Blue) = 56+125+207=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #387DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DCF is #C78230. Grayscale: #717171. Windows color (decimal): -13074993 or 13598008. OLE color: 13598008.

HSL color Cylindrical-coordinate representation of color #387DCF: hue angle of 212.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387DCF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 125 207 -
CMYK 0.73 0.40 0 0.19
HSL 212.58º 0.61% 0.52% -
HSV(B) 212.58º 0.73% 0.81% -
XYZ 20.23 20.01 61.83 -
YUV 113.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 56 125 207 0.73 0.40 0 0.19 212.58 0.61 0.52
Hex 38 7D CF 49 28 0 13 D5 3D 34
Octal 70 175 317 111 50 0 23 325 75 64
Binary 111000 1111101 11001111 1001001 101000 0 10011 11010101 111101 110100

Color Harmonies of #387DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DCF

Black with #387DCF

Text Example


Text Example

White with #387DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,207); }

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

background-color css

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

 a { background-color: rgb(56,125,207); }

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

border-color css

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

 span { border-color: rgb(56,125,207); }

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