Html Css Color HEX #3878CC Curious Blue

📋 copy color: '#3878CC'

red 56 ◦ green 120 ◦ blue 204

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

Shades of Curious Blue #3878CC

Tints of Curious Blue #3878CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

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

R = 14.74%
G = 31.58%
B = 53.68%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3878CC (or 0x3878CC) is known color: Curious Blue. HEX triplet: 38, 78 and CC. RGB value is (56,120,204). Sum of RGB (Red+Green+Blue) = 56+120+204=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #3878CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3878CC is #C78733. Grayscale: #6E6E6E. Windows color (decimal): -13076276 or 13400120. OLE color: 13400120.

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

Color convert

RGB 56 120 204 -
CMYK 0.73 0.41 0 0.2
HSL 214.05º 0.59% 0.51% -
HSV(B) 214.05º 0.73% 0.8% -
XYZ 19.25 18.63 59.71 -
YUV 110.44 180.8 89.17 -
System Red Green Blue C M Y K H S L
Decimal 56 120 204 0.73 0.41 0 0.2 214.05 0.59 0.51
Hex 38 78 CC 49 29 0 14 D6 3B 33
Octal 70 170 314 111 51 0 24 326 73 63
Binary 111000 1111000 11001100 1001001 101001 0 10100 11010110 111011 110011

Color Harmonies of #3878CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3878CC

Black with #3878CC

Text Example


Text Example

White with #3878CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3878CC; }

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

 H1.HeaderClassName
 {
   color: #3878CC;
 }
 .AnyTagClassName
 {
   color: #3878CC;
 }
</style>

background-color css

<style>
 a { background-color: #3878CC; }

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

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

border-color css

<style>
 span { border-color: #3878CC; }

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

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