Html Css Color HEX #3874BA Curious Blue

📋 copy color: '#3874BA'

red 56 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3874BA

Tints of Curious Blue #3874BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 15.64%
G = 32.4%
B = 51.96%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3874BA (or 0x3874BA) is known color: Curious Blue. HEX triplet: 38, 74 and BA. RGB value is (56,116,186). Sum of RGB (Red+Green+Blue) = 56+116+186=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3874BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874BA is #C78B45. Grayscale: #696969. Windows color (decimal): -13077318 or 12219448. OLE color: 12219448.

HSL color Cylindrical-coordinate representation of color #3874BA: hue angle of 212.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3874BA is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 116 186 -
CMYK 0.70 0.38 0 0.27
HSL 212.31º 0.54% 0.47% -
HSV(B) 212.31º 0.7% 0.73% -
XYZ 16.74 16.88 48.83 -
YUV 106.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 56 116 186 0.70 0.38 0 0.27 212.31 0.54 0.47
Hex 38 74 BA 46 26 0 1B D4 36 2F
Octal 70 164 272 106 46 0 33 324 66 57
Binary 111000 1110100 10111010 1000110 100110 0 11011 11010100 110110 101111

Color Harmonies of #3874BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874BA

Black with #3874BA

Text Example


Text Example

White with #3874BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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