Html Css Color HEX #3477BD Curious Blue

📋 copy color: '#3477BD'

red 52 ◦ green 119 ◦ blue 189

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

Shades of Curious Blue #3477BD

Tints of Curious Blue #3477BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 14.44%
G = 33.06%
B = 52.5%

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

#3477BD (or 0x3477BD) is known color: Curious Blue. HEX triplet: 34, 77 and BD. RGB value is (52,119,189). Sum of RGB (Red+Green+Blue) = 52+119+189=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3477BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477BD is #CB8842. Grayscale: #6A6A6A. Windows color (decimal): -13338691 or 12416820. OLE color: 12416820.

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

Color convert

RGB 52 119 189 -
CMYK 0.72 0.37 0 0.26
HSL 210.66º 0.57% 0.47% -
HSV(B) 210.66º 0.72% 0.74% -
XYZ 17.2 17.6 50.63 -
YUV 106.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 52 119 189 0.72 0.37 0 0.26 210.66 0.57 0.47
Hex 34 77 BD 48 25 0 1A D3 39 2F
Octal 64 167 275 110 45 0 32 323 71 57
Binary 110100 1110111 10111101 1001000 100101 0 11010 11010011 111001 101111

Color Harmonies of #3477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477BD

Black with #3477BD

Text Example


Text Example

White with #3477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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