Html Css Color HEX #3476BF Curious Blue

📋 copy color: '#3476BF'

red 52 ◦ green 118 ◦ blue 191

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

Shades of Curious Blue #3476BF

Tints of Curious Blue #3476BF

RGB

 RED value IS 52 (20.7% from 255) = 14.4%

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 14.4%
G = 32.69%
B = 52.91%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3476BF (or 0x3476BF) is known color: Curious Blue. HEX triplet: 34, 76 and BF. RGB value is (52,118,191). Sum of RGB (Red+Green+Blue) = 52+118+191=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3476BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476BF is #CB8940. Grayscale: #6A6A6A. Windows color (decimal): -13338945 or 12547636. OLE color: 12547636.

HSL color Cylindrical-coordinate representation of color #3476BF: hue angle of 211.51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3476BF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 118 191 -
CMYK 0.73 0.38 0 0.25
HSL 211.51º 0.57% 0.48% -
HSV(B) 211.51º 0.73% 0.75% -
XYZ 17.3 17.45 51.75 -
YUV 106.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 52 118 191 0.73 0.38 0 0.25 211.51 0.57 0.48
Hex 34 76 BF 49 26 0 19 D4 39 30
Octal 64 166 277 111 46 0 31 324 71 60
Binary 110100 1110110 10111111 1001001 100110 0 11001 11010100 111001 110000

Color Harmonies of #3476BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3476BF

Black with #3476BF

Text Example


Text Example

White with #3476BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,118,191); }

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

background-color css

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

 a { background-color: rgb(52,118,191); }

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

border-color css

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

 span { border-color: rgb(52,118,191); }

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