Html Css Color HEX #3285BF Curious Blue

📋 copy color: '#3285BF'

red 50 ◦ green 133 ◦ blue 191

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

Shades of Curious Blue #3285BF

Tints of Curious Blue #3285BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 13.37%
G = 35.56%
B = 51.07%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3285BF (or 0x3285BF) is known color: Curious Blue. HEX triplet: 32, 85 and BF. RGB value is (50,133,191). Sum of RGB (Red+Green+Blue) = 50+133+191=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #3285BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285BF is #CD7A40. Grayscale: #727272. Windows color (decimal): -13466177 or 12551474. OLE color: 12551474.

HSL color Cylindrical-coordinate representation of color #3285BF: hue angle of 204.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3285BF is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 133 191 -
CMYK 0.74 0.30 0 0.25
HSL 204.68º 0.59% 0.47% -
HSV(B) 204.68º 0.74% 0.75% -
XYZ 19.11 21.21 52.38 -
YUV 114.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 50 133 191 0.74 0.30 0 0.25 204.68 0.59 0.47
Hex 32 85 BF 4A 1E 0 19 CD 3B 2F
Octal 62 205 277 112 36 0 31 315 73 57
Binary 110010 10000101 10111111 1001010 11110 0 11001 11001101 111011 101111

Color Harmonies of #3285BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285BF

Black with #3285BF

Text Example


Text Example

White with #3285BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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