Html Css Color HEX #387ACC Curious Blue

📋 copy color: '#387ACC'

red 56 ◦ green 122 ◦ blue 204

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

Shades of Curious Blue #387ACC

Tints of Curious Blue #387ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 14.66%
G = 31.94%
B = 53.4%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#387ACC (or 0x387ACC) is known color: Curious Blue. HEX triplet: 38, 7A and CC. RGB value is (56,122,204). Sum of RGB (Red+Green+Blue) = 56+122+204=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #387ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ACC is #C78533. Grayscale: #6F6F6F. Windows color (decimal): -13075764 or 13400632. OLE color: 13400632.

HSL color Cylindrical-coordinate representation of color #387ACC: hue angle of 213.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387ACC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 122 204 -
CMYK 0.73 0.40 0 0.2
HSL 213.24º 0.59% 0.51% -
HSV(B) 213.24º 0.73% 0.8% -
XYZ 19.49 19.12 59.79 -
YUV 111.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 56 122 204 0.73 0.40 0 0.2 213.24 0.59 0.51
Hex 38 7A CC 49 28 0 14 D5 3B 33
Octal 70 172 314 111 50 0 24 325 73 63
Binary 111000 1111010 11001100 1001001 101000 0 10100 11010101 111011 110011

Color Harmonies of #387ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ACC

Black with #387ACC

Text Example


Text Example

White with #387ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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