Html Css Color HEX #3874BE Curious Blue

📋 copy color: '#3874BE'

red 56 ◦ green 116 ◦ blue 190

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

Shades of Curious Blue #3874BE

Tints of Curious Blue #3874BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 15.47%
G = 32.04%
B = 52.49%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3874BE (or 0x3874BE) is known color: Curious Blue. HEX triplet: 38, 74 and BE. RGB value is (56,116,190). Sum of RGB (Red+Green+Blue) = 56+116+190=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #3874BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874BE is #C78B41. Grayscale: #6A6A6A. Windows color (decimal): -13077314 or 12481592. OLE color: 12481592.

HSL color Cylindrical-coordinate representation of color #3874BE: hue angle of 213.13º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3874BE is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 116 190 -
CMYK 0.71 0.39 0 0.25
HSL 213.13º 0.54% 0.48% -
HSV(B) 213.13º 0.71% 0.75% -
XYZ 17.17 17.05 51.1 -
YUV 106.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 56 116 190 0.71 0.39 0 0.25 213.13 0.54 0.48
Hex 38 74 BE 47 27 0 19 D5 36 30
Octal 70 164 276 107 47 0 31 325 66 60
Binary 111000 1110100 10111110 1000111 100111 0 11001 11010101 110110 110000

Color Harmonies of #3874BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874BE

Black with #3874BE

Text Example


Text Example

White with #3874BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3874BE; }

 p { color: rgb(56,116,190); }

 H1.HeaderClassName
 {
   color: #3874BE;
 }
 .AnyTagClassName
 {
   color: #3874BE;
 }
</style>

background-color css

<style>
 a { background-color: #3874BE; }

 a { background-color: rgb(56,116,190); }

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

border-color css

<style>
 span { border-color: #3874BE; }

 span { border-color: rgb(56,116,190); }

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