Html Css Color HEX #3485BD Curious Blue

📋 copy color: '#3485BD'

red 52 ◦ green 133 ◦ blue 189

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

Shades of Curious Blue #3485BD

Tints of Curious Blue #3485BD

RGB

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

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

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

R = 13.9%
G = 35.56%
B = 50.53%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3485BD (or 0x3485BD) is known color: Curious Blue. HEX triplet: 34, 85 and BD. RGB value is (52,133,189). Sum of RGB (Red+Green+Blue) = 52+133+189=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #3485BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BD is #CB7A42. Grayscale: #727272. Windows color (decimal): -13335107 or 12420404. OLE color: 12420404.

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

Color convert

RGB 52 133 189 -
CMYK 0.72 0.30 0 0.26
HSL 204.53º 0.57% 0.47% -
HSV(B) 204.53º 0.72% 0.74% -
XYZ 18.99 21.18 51.23 -
YUV 115.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 52 133 189 0.72 0.30 0 0.26 204.53 0.57 0.47
Hex 34 85 BD 48 1E 0 1A CD 39 2F
Octal 64 205 275 110 36 0 32 315 71 57
Binary 110100 10000101 10111101 1001000 11110 0 11010 11001101 111001 101111

Color Harmonies of #3485BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485BD

Black with #3485BD

Text Example


Text Example

White with #3485BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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