Html Css Color HEX #3285BC Curious Blue

📋 copy color: '#3285BC'

red 50 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #3285BC

Tints of Curious Blue #3285BC

RGB

 RED value IS 50 (19.92% from 255) = 13.48%

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 13.48%
G = 35.85%
B = 50.67%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3285BC (or 0x3285BC) is known color: Curious Blue. HEX triplet: 32, 85 and BC. RGB value is (50,133,188). Sum of RGB (Red+Green+Blue) = 50+133+188=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3285BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285BC is #CD7A43. Grayscale: #727272. Windows color (decimal): -13466180 or 12354866. OLE color: 12354866.

HSL color Cylindrical-coordinate representation of color #3285BC: hue angle of 203.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3285BC is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 133 188 -
CMYK 0.73 0.29 0 0.26
HSL 203.91º 0.58% 0.47% -
HSV(B) 203.91º 0.73% 0.74% -
XYZ 18.78 21.08 50.66 -
YUV 114.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 50 133 188 0.73 0.29 0 0.26 203.91 0.58 0.47
Hex 32 85 BC 49 1D 0 1A CC 3A 2F
Octal 62 205 274 111 35 0 32 314 72 57
Binary 110010 10000101 10111100 1001001 11101 0 11010 11001100 111010 101111

Color Harmonies of #3285BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285BC

Black with #3285BC

Text Example


Text Example

White with #3285BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3285BC; }

 p { color: rgb(50,133,188); }

 H1.HeaderClassName
 {
   color: #3285BC;
 }
 .AnyTagClassName
 {
   color: #3285BC;
 }
</style>

background-color css

<style>
 a { background-color: #3285BC; }

 a { background-color: rgb(50,133,188); }

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

border-color css

<style>
 span { border-color: #3285BC; }

 span { border-color: rgb(50,133,188); }

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