Html Css Color HEX #387BC7 Curious Blue

📋 copy color: '#387BC7'

red 56 ◦ green 123 ◦ blue 199

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

Shades of Curious Blue #387BC7

Tints of Curious Blue #387BC7

RGB

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

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

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

R = 14.81%
G = 32.54%
B = 52.65%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#387BC7 (or 0x387BC7) is known color: Curious Blue. HEX triplet: 38, 7B and C7. RGB value is (56,123,199). Sum of RGB (Red+Green+Blue) = 56+123+199=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #387BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BC7 is #C78438. Grayscale: #6F6F6F. Windows color (decimal): -13075513 or 13073208. OLE color: 13073208.

HSL color Cylindrical-coordinate representation of color #387BC7: hue angle of 211.89º 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 #387BC7 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 123 199 -
CMYK 0.72 0.38 0 0.22
HSL 211.89º 0.56% 0.5% -
HSV(B) 211.89º 0.72% 0.78% -
XYZ 19.02 19.13 56.72 -
YUV 111.63 177.3 88.32 -
System Red Green Blue C M Y K H S L
Decimal 56 123 199 0.72 0.38 0 0.22 211.89 0.56 0.5
Hex 38 7B C7 48 26 0 16 D4 38 32
Octal 70 173 307 110 46 0 26 324 70 62
Binary 111000 1111011 11000111 1001000 100110 0 10110 11010100 111000 110010

Color Harmonies of #387BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BC7

Black with #387BC7

Text Example


Text Example

White with #387BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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