Html Css Color HEX #3485BB Curious Blue

📋 copy color: '#3485BB'

red 52 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #3485BB

Tints of Curious Blue #3485BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 13.98%
G = 35.75%
B = 50.27%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3485BB (or 0x3485BB) is known color: Curious Blue. HEX triplet: 34, 85 and BB. RGB value is (52,133,187). Sum of RGB (Red+Green+Blue) = 52+133+187=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3485BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BB is #CB7A44. Grayscale: #727272. Windows color (decimal): -13335109 or 12289332. OLE color: 12289332.

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

Color convert

RGB 52 133 187 -
CMYK 0.72 0.29 0 0.27
HSL 204º 0.56% 0.47% -
HSV(B) 204º 0.72% 0.73% -
XYZ 18.77 21.09 50.1 -
YUV 114.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 52 133 187 0.72 0.29 0 0.27 204 0.56 0.47
Hex 34 85 BB 48 1D 0 1B CC 38 2F
Octal 64 205 273 110 35 0 33 314 70 57
Binary 110100 10000101 10111011 1001000 11101 0 11011 11001100 111000 101111

Color Harmonies of #3485BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485BB

Black with #3485BB

Text Example


Text Example

White with #3485BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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