Html Css Color HEX #3872BA Curious Blue

📋 copy color: '#3872BA'

red 56 ◦ green 114 ◦ blue 186

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

Shades of Curious Blue #3872BA

Tints of Curious Blue #3872BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 15.73%
G = 32.02%
B = 52.25%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3872BA (or 0x3872BA) is known color: Curious Blue. HEX triplet: 38, 72 and BA. RGB value is (56,114,186). Sum of RGB (Red+Green+Blue) = 56+114+186=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3872BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3872BA is #C78D45. Grayscale: #686868. Windows color (decimal): -13077830 or 12218936. OLE color: 12218936.

HSL color Cylindrical-coordinate representation of color #3872BA: hue angle of 213.23º 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 #3872BA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 114 186 -
CMYK 0.70 0.39 0 0.27
HSL 213.23º 0.54% 0.47% -
HSV(B) 213.23º 0.7% 0.73% -
XYZ 16.51 16.42 48.75 -
YUV 104.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 56 114 186 0.70 0.39 0 0.27 213.23 0.54 0.47
Hex 38 72 BA 46 27 0 1B D5 36 2F
Octal 70 162 272 106 47 0 33 325 66 57
Binary 111000 1110010 10111010 1000110 100111 0 11011 11010101 110110 101111

Color Harmonies of #3872BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3872BA

Black with #3872BA

Text Example


Text Example

White with #3872BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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