Html Css Color HEX #3477BE Curious Blue

📋 copy color: '#3477BE'

red 52 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #3477BE

Tints of Curious Blue #3477BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 14.4%
G = 32.96%
B = 52.63%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3477BE (or 0x3477BE) is known color: Curious Blue. HEX triplet: 34, 77 and BE. RGB value is (52,119,190). Sum of RGB (Red+Green+Blue) = 52+119+190=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #3477BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477BE is #CB8841. Grayscale: #6A6A6A. Windows color (decimal): -13338690 or 12482356. OLE color: 12482356.

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

Color convert

RGB 52 119 190 -
CMYK 0.73 0.37 0 0.25
HSL 210.87º 0.57% 0.47% -
HSV(B) 210.87º 0.73% 0.75% -
XYZ 17.31 17.64 51.21 -
YUV 107.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 52 119 190 0.73 0.37 0 0.25 210.87 0.57 0.47
Hex 34 77 BE 49 25 0 19 D3 39 2F
Octal 64 167 276 111 45 0 31 323 71 57
Binary 110100 1110111 10111110 1001001 100101 0 11001 11010011 111001 101111

Color Harmonies of #3477BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477BE

Black with #3477BE

Text Example


Text Example

White with #3477BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3477BE; }

 p { color: rgb(52,119,190); }

 H1.HeaderClassName
 {
   color: #3477BE;
 }
 .AnyTagClassName
 {
   color: #3477BE;
 }
</style>

background-color css

<style>
 a { background-color: #3477BE; }

 a { background-color: rgb(52,119,190); }

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

border-color css

<style>
 span { border-color: #3477BE; }

 span { border-color: rgb(52,119,190); }

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