Html Css Color HEX #3485BA Curious Blue

📋 copy color: '#3485BA'

red 52 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #3485BA

Tints of Curious Blue #3485BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 14.02%
G = 35.85%
B = 50.13%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3485BA (or 0x3485BA) is known color: Curious Blue. HEX triplet: 34, 85 and BA. RGB value is (52,133,186). Sum of RGB (Red+Green+Blue) = 52+133+186=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3485BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BA is #CB7A45. Grayscale: #727272. Windows color (decimal): -13335110 or 12223796. OLE color: 12223796.

HSL color Cylindrical-coordinate representation of color #3485BA: hue angle of 203.73º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3485BA is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 133 186 -
CMYK 0.72 0.28 0 0.27
HSL 203.73º 0.56% 0.47% -
HSV(B) 203.73º 0.72% 0.73% -
XYZ 18.67 21.05 49.53 -
YUV 114.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 52 133 186 0.72 0.28 0 0.27 203.73 0.56 0.47
Hex 34 85 BA 48 1C 0 1B CC 38 2F
Octal 64 205 272 110 34 0 33 314 70 57
Binary 110100 10000101 10111010 1001000 11100 0 11011 11001100 111000 101111

Color Harmonies of #3485BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485BA

Black with #3485BA

Text Example


Text Example

White with #3485BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3485BA; }

 p { color: rgb(52,133,186); }

 H1.HeaderClassName
 {
   color: #3485BA;
 }
 .AnyTagClassName
 {
   color: #3485BA;
 }
</style>

background-color css

<style>
 a { background-color: #3485BA; }

 a { background-color: rgb(52,133,186); }

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

border-color css

<style>
 span { border-color: #3485BA; }

 span { border-color: rgb(52,133,186); }

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