Html Css Color HEX #387BCF Curious Blue

📋 copy color: '#387BCF'

red 56 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #387BCF

Tints of Curious Blue #387BCF

RGB

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

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

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

R = 14.51%
G = 31.87%
B = 53.63%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#387BCF (or 0x387BCF) is known color: Curious Blue. HEX triplet: 38, 7B and CF. RGB value is (56,123,207). Sum of RGB (Red+Green+Blue) = 56+123+207=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #387BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BCF is #C78430. Grayscale: #707070. Windows color (decimal): -13075505 or 13597496. OLE color: 13597496.

HSL color Cylindrical-coordinate representation of color #387BCF: hue angle of 213.38º 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 #387BCF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 123 207 -
CMYK 0.73 0.41 0 0.19
HSL 213.38º 0.61% 0.52% -
HSV(B) 213.38º 0.73% 0.81% -
XYZ 19.98 19.51 61.74 -
YUV 112.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 56 123 207 0.73 0.41 0 0.19 213.38 0.61 0.52
Hex 38 7B CF 49 29 0 13 D5 3D 34
Octal 70 173 317 111 51 0 23 325 75 64
Binary 111000 1111011 11001111 1001001 101001 0 10011 11010101 111101 110100

Color Harmonies of #387BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BCF

Black with #387BCF

Text Example


Text Example

White with #387BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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