Html Css Color HEX #387ABF Curious Blue

📋 copy color: '#387ABF'

red 56 ◦ green 122 ◦ blue 191

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

Shades of Curious Blue #387ABF

Tints of Curious Blue #387ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 191 (75% from 255) = 51.76%

R = 15.18%
G = 33.06%
B = 51.76%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#387ABF (or 0x387ABF) is known color: Curious Blue. HEX triplet: 38, 7A and BF. RGB value is (56,122,191). Sum of RGB (Red+Green+Blue) = 56+122+191=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #387ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ABF is #C78540. Grayscale: #6D6D6D. Windows color (decimal): -13075777 or 12548664. OLE color: 12548664.

HSL color Cylindrical-coordinate representation of color #387ABF: hue angle of 210.67º degrees, saturation: 0.55, 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 #387ABF is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 122 191 -
CMYK 0.71 0.36 0 0.25
HSL 210.67º 0.55% 0.48% -
HSV(B) 210.67º 0.71% 0.75% -
XYZ 17.99 18.52 51.92 -
YUV 110.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 56 122 191 0.71 0.36 0 0.25 210.67 0.55 0.48
Hex 38 7A BF 47 24 0 19 D3 37 30
Octal 70 172 277 107 44 0 31 323 67 60
Binary 111000 1111010 10111111 1000111 100100 0 11001 11010011 110111 110000

Color Harmonies of #387ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ABF

Black with #387ABF

Text Example


Text Example

White with #387ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,191); }

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

background-color css

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

 a { background-color: rgb(56,122,191); }

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

border-color css

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

 span { border-color: rgb(56,122,191); }

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