Html Css Color HEX #3875BF Curious Blue

📋 copy color: '#3875BF'

red 56 ◦ green 117 ◦ blue 191

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

Shades of Curious Blue #3875BF

Tints of Curious Blue #3875BF

RGB

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

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

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

R = 15.38%
G = 32.14%
B = 52.47%

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

#3875BF (or 0x3875BF) is known color: Curious Blue. HEX triplet: 38, 75 and BF. RGB value is (56,117,191). Sum of RGB (Red+Green+Blue) = 56+117+191=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #3875BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875BF is #C78A40. Grayscale: #6A6A6A. Windows color (decimal): -13077057 or 12547384. OLE color: 12547384.

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

Color convert

RGB 56 117 191 -
CMYK 0.71 0.39 0 0.25
HSL 212.89º 0.55% 0.48% -
HSV(B) 212.89º 0.71% 0.75% -
XYZ 17.4 17.32 51.72 -
YUV 107.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 56 117 191 0.71 0.39 0 0.25 212.89 0.55 0.48
Hex 38 75 BF 47 27 0 19 D5 37 30
Octal 70 165 277 107 47 0 31 325 67 60
Binary 111000 1110101 10111111 1000111 100111 0 11001 11010101 110111 110000

Color Harmonies of #3875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3875BF

Black with #3875BF

Text Example


Text Example

White with #3875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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