Html Css Color HEX #3875BE Curious Blue

📋 copy color: '#3875BE'

red 56 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #3875BE

Tints of Curious Blue #3875BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 15.43%
G = 32.23%
B = 52.34%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3875BE (or 0x3875BE) is known color: Curious Blue. HEX triplet: 38, 75 and BE. RGB value is (56,117,190). Sum of RGB (Red+Green+Blue) = 56+117+190=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #3875BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875BE is #C78A41. Grayscale: #6A6A6A. Windows color (decimal): -13077058 or 12481848. OLE color: 12481848.

HSL color Cylindrical-coordinate representation of color #3875BE: hue angle of 212.69º 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 #3875BE is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 117 190 -
CMYK 0.71 0.38 0 0.25
HSL 212.69º 0.54% 0.48% -
HSV(B) 212.69º 0.71% 0.75% -
XYZ 17.29 17.28 51.14 -
YUV 107.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 56 117 190 0.71 0.38 0 0.25 212.69 0.54 0.48
Hex 38 75 BE 47 26 0 19 D5 36 30
Octal 70 165 276 107 46 0 31 325 66 60
Binary 111000 1110101 10111110 1000111 100110 0 11001 11010101 110110 110000

Color Harmonies of #3875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3875BE

Black with #3875BE

Text Example


Text Example

White with #3875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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