Html Css Color HEX #3874B5 Curious Blue

📋 copy color: '#3874B5'

red 56 ◦ green 116 ◦ blue 181

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

Shades of Curious Blue #3874B5

Tints of Curious Blue #3874B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.27%

R = 15.86%
G = 32.86%
B = 51.27%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3874B5 (or 0x3874B5) is known color: Curious Blue. HEX triplet: 38, 74 and B5. RGB value is (56,116,181). Sum of RGB (Red+Green+Blue) = 56+116+181=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #3874B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874B5 is #C78B4A. Grayscale: #696969. Windows color (decimal): -13077323 or 11891768. OLE color: 11891768.

HSL color Cylindrical-coordinate representation of color #3874B5: hue angle of 211.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3874B5 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 116 181 -
CMYK 0.69 0.36 0 0.29
HSL 211.2º 0.53% 0.46% -
HSV(B) 211.2º 0.69% 0.71% -
XYZ 16.22 16.67 46.08 -
YUV 105.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 56 116 181 0.69 0.36 0 0.29 211.2 0.53 0.46
Hex 38 74 B5 45 24 0 1D D3 35 2E
Octal 70 164 265 105 44 0 35 323 65 56
Binary 111000 1110100 10110101 1000101 100100 0 11101 11010011 110101 101110

Color Harmonies of #3874B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874B5

Black with #3874B5

Text Example


Text Example

White with #3874B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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