Html Css Color HEX #3473BC Curious Blue

📋 copy color: '#3473BC'

red 52 ◦ green 115 ◦ blue 188

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

Shades of Curious Blue #3473BC

Tints of Curious Blue #3473BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 14.65%
G = 32.39%
B = 52.96%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3473BC (or 0x3473BC) is known color: Curious Blue. HEX triplet: 34, 73 and BC. RGB value is (52,115,188). Sum of RGB (Red+Green+Blue) = 52+115+188=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3473BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473BC is #CB8C43. Grayscale: #686868. Windows color (decimal): -13339716 or 12350260. OLE color: 12350260.

HSL color Cylindrical-coordinate representation of color #3473BC: hue angle of 212.21º 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 #3473BC is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 115 188 -
CMYK 0.72 0.39 0 0.26
HSL 212.21º 0.57% 0.47% -
HSV(B) 212.21º 0.72% 0.74% -
XYZ 16.62 16.62 49.91 -
YUV 104.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 52 115 188 0.72 0.39 0 0.26 212.21 0.57 0.47
Hex 34 73 BC 48 27 0 1A D4 39 2F
Octal 64 163 274 110 47 0 32 324 71 57
Binary 110100 1110011 10111100 1001000 100111 0 11010 11010100 111001 101111

Color Harmonies of #3473BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3473BC

Black with #3473BC

Text Example


Text Example

White with #3473BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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