Html Css Color HEX #3485B8 Curious Blue

📋 copy color: '#3485B8'

red 52 ◦ green 133 ◦ blue 184

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

Shades of Curious Blue #3485B8

Tints of Curious Blue #3485B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.86%

R = 14.09%
G = 36.04%
B = 49.86%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3485B8 (or 0x3485B8) is known color: Curious Blue. HEX triplet: 34, 85 and B8. RGB value is (52,133,184). Sum of RGB (Red+Green+Blue) = 52+133+184=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #3485B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485B8 is #CB7A47. Grayscale: #727272. Windows color (decimal): -13335112 or 12092724. OLE color: 12092724.

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

Color convert

RGB 52 133 184 -
CMYK 0.72 0.28 0 0.28
HSL 203.18º 0.56% 0.46% -
HSV(B) 203.18º 0.72% 0.72% -
XYZ 18.46 20.97 48.42 -
YUV 114.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 52 133 184 0.72 0.28 0 0.28 203.18 0.56 0.46
Hex 34 85 B8 48 1C 0 1C CB 38 2E
Octal 64 205 270 110 34 0 34 313 70 56
Binary 110100 10000101 10111000 1001000 11100 0 11100 11001011 111000 101110

Color Harmonies of #3485B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485B8

Black with #3485B8

Text Example


Text Example

White with #3485B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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