Html Css Color HEX #387ECE Curious Blue

📋 copy color: '#387ECE'

red 56 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #387ECE

Tints of Curious Blue #387ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 14.43%
G = 32.47%
B = 53.09%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#387ECE (or 0x387ECE) is known color: Curious Blue. HEX triplet: 38, 7E and CE. RGB value is (56,126,206). Sum of RGB (Red+Green+Blue) = 56+126+206=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #387ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ECE is #C78131. Grayscale: #717171. Windows color (decimal): -13074738 or 13532728. OLE color: 13532728.

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

Color convert

RGB 56 126 206 -
CMYK 0.73 0.39 0 0.19
HSL 212º 0.6% 0.51% -
HSV(B) 212º 0.73% 0.81% -
XYZ 20.23 20.22 61.23 -
YUV 114.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 56 126 206 0.73 0.39 0 0.19 212 0.6 0.51
Hex 38 7E CE 49 27 0 13 D4 3C 33
Octal 70 176 316 111 47 0 23 324 74 63
Binary 111000 1111110 11001110 1001001 100111 0 10011 11010100 111100 110011

Color Harmonies of #387ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ECE

Black with #387ECE

Text Example


Text Example

White with #387ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,206); }

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

background-color css

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

 a { background-color: rgb(56,126,206); }

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

border-color css

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

 span { border-color: rgb(56,126,206); }

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