Html Css Color HEX #3874C5 Curious Blue

📋 copy color: '#3874C5'

red 56 ◦ green 116 ◦ blue 197

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

Shades of Curious Blue #3874C5

Tints of Curious Blue #3874C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.39%

R = 15.18%
G = 31.44%
B = 53.39%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3874C5 (or 0x3874C5) is known color: Curious Blue. HEX triplet: 38, 74 and C5. RGB value is (56,116,197). Sum of RGB (Red+Green+Blue) = 56+116+197=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #3874C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874C5 is #C78B3A. Grayscale: #6A6A6A. Windows color (decimal): -13077307 or 12940344. OLE color: 12940344.

HSL color Cylindrical-coordinate representation of color #3874C5: hue angle of 214.47º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3874C5 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 116 197 -
CMYK 0.72 0.41 0 0.23
HSL 214.47º 0.56% 0.5% -
HSV(B) 214.47º 0.72% 0.77% -
XYZ 17.95 17.36 55.23 -
YUV 107.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 56 116 197 0.72 0.41 0 0.23 214.47 0.56 0.5
Hex 38 74 C5 48 29 0 17 D6 38 32
Octal 70 164 305 110 51 0 27 326 70 62
Binary 111000 1110100 11000101 1001000 101001 0 10111 11010110 111000 110010

Color Harmonies of #3874C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874C5

Black with #3874C5

Text Example


Text Example

White with #3874C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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