Html Css Color HEX #387BBE Curious Blue

📋 copy color: '#387BBE'

red 56 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #387BBE

Tints of Curious Blue #387BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

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

R = 15.18%
G = 33.33%
B = 51.49%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#387BBE (or 0x387BBE) is known color: Curious Blue. HEX triplet: 38, 7B and BE. RGB value is (56,123,190). Sum of RGB (Red+Green+Blue) = 56+123+190=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #387BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BBE is #C78441. Grayscale: #6E6E6E. Windows color (decimal): -13075522 or 12483384. OLE color: 12483384.

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

Color convert

RGB 56 123 190 -
CMYK 0.71 0.35 0 0.25
HSL 210º 0.54% 0.48% -
HSV(B) 210º 0.71% 0.75% -
XYZ 18.01 18.72 51.38 -
YUV 110.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 56 123 190 0.71 0.35 0 0.25 210 0.54 0.48
Hex 38 7B BE 47 23 0 19 D2 36 30
Octal 70 173 276 107 43 0 31 322 66 60
Binary 111000 1111011 10111110 1000111 100011 0 11001 11010010 110110 110000

Color Harmonies of #387BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BBE

Black with #387BBE

Text Example


Text Example

White with #387BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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