Html Css Color HEX #3476BC Curious Blue

📋 copy color: '#3476BC'

red 52 ◦ green 118 ◦ blue 188

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

Shades of Curious Blue #3476BC

Tints of Curious Blue #3476BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 14.53%
G = 32.96%
B = 52.51%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3476BC (or 0x3476BC) is known color: Curious Blue. HEX triplet: 34, 76 and BC. RGB value is (52,118,188). Sum of RGB (Red+Green+Blue) = 52+118+188=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3476BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476BC is #CB8943. Grayscale: #696969. Windows color (decimal): -13338948 or 12351028. OLE color: 12351028.

HSL color Cylindrical-coordinate representation of color #3476BC: hue angle of 210.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3476BC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 118 188 -
CMYK 0.72 0.37 0 0.26
HSL 210.88º 0.57% 0.47% -
HSV(B) 210.88º 0.72% 0.74% -
XYZ 16.97 17.32 50.03 -
YUV 106.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 52 118 188 0.72 0.37 0 0.26 210.88 0.57 0.47
Hex 34 76 BC 48 25 0 1A D3 39 2F
Octal 64 166 274 110 45 0 32 323 71 57
Binary 110100 1110110 10111100 1001000 100101 0 11010 11010011 111001 101111

Color Harmonies of #3476BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3476BC

Black with #3476BC

Text Example


Text Example

White with #3476BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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