Html Css Color HEX #3485CE Curious Blue

📋 copy color: '#3485CE'

red 52 ◦ green 133 ◦ blue 206

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

Shades of Curious Blue #3485CE

Tints of Curious Blue #3485CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 13.3%
G = 34.02%
B = 52.69%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3485CE (or 0x3485CE) is known color: Curious Blue. HEX triplet: 34, 85 and CE. RGB value is (52,133,206). Sum of RGB (Red+Green+Blue) = 52+133+206=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3485CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485CE is #CB7A31. Grayscale: #747474. Windows color (decimal): -13335090 or 13534516. OLE color: 13534516.

HSL color Cylindrical-coordinate representation of color #3485CE: hue angle of 208.44º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3485CE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 133 206 -
CMYK 0.75 0.35 0 0.19
HSL 208.44º 0.61% 0.51% -
HSV(B) 208.44º 0.75% 0.81% -
XYZ 20.94 21.96 61.53 -
YUV 117.1 178.16 81.56 -
System Red Green Blue C M Y K H S L
Decimal 52 133 206 0.75 0.35 0 0.19 208.44 0.61 0.51
Hex 34 85 CE 4B 23 0 13 D0 3D 33
Octal 64 205 316 113 43 0 23 320 75 63
Binary 110100 10000101 11001110 1001011 100011 0 10011 11010000 111101 110011

Color Harmonies of #3485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485CE

Black with #3485CE

Text Example


Text Example

White with #3485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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