Html Css Color HEX #3874BF Curious Blue

📋 copy color: '#3874BF'

red 56 ◦ green 116 ◦ blue 191

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

Shades of Curious Blue #3874BF

Tints of Curious Blue #3874BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 15.43%
G = 31.96%
B = 52.62%

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

#3874BF (or 0x3874BF) is known color: Curious Blue. HEX triplet: 38, 74 and BF. RGB value is (56,116,191). Sum of RGB (Red+Green+Blue) = 56+116+191=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3874BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874BF is #C78B40. Grayscale: #6A6A6A. Windows color (decimal): -13077313 or 12547128. OLE color: 12547128.

HSL color Cylindrical-coordinate representation of color #3874BF: hue angle of 213.33º degrees, saturation: 0.55, 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 #3874BF is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 116 191 -
CMYK 0.71 0.39 0 0.25
HSL 213.33º 0.55% 0.48% -
HSV(B) 213.33º 0.71% 0.75% -
XYZ 17.28 17.09 51.68 -
YUV 106.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 56 116 191 0.71 0.39 0 0.25 213.33 0.55 0.48
Hex 38 74 BF 47 27 0 19 D5 37 30
Octal 70 164 277 107 47 0 31 325 67 60
Binary 111000 1110100 10111111 1000111 100111 0 11001 11010101 110111 110000

Color Harmonies of #3874BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874BF

Black with #3874BF

Text Example


Text Example

White with #3874BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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