Html Css Color HEX #3285CC Curious Blue

📋 copy color: '#3285CC'

red 50 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #3285CC

Tints of Curious Blue #3285CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 12.92%
G = 34.37%
B = 52.71%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3285CC (or 0x3285CC) is known color: Curious Blue. HEX triplet: 32, 85 and CC. RGB value is (50,133,204). Sum of RGB (Red+Green+Blue) = 50+133+204=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #3285CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285CC is #CD7A33. Grayscale: #737373. Windows color (decimal): -13466164 or 13403442. OLE color: 13403442.

HSL color Cylindrical-coordinate representation of color #3285CC: hue angle of 207.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3285CC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 133 204 -
CMYK 0.75 0.35 0 0.2
HSL 207.66º 0.61% 0.5% -
HSV(B) 207.66º 0.75% 0.8% -
XYZ 20.6 21.81 60.25 -
YUV 116.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 50 133 204 0.75 0.35 0 0.2 207.66 0.61 0.5
Hex 32 85 CC 4B 23 0 14 D0 3D 32
Octal 62 205 314 113 43 0 24 320 75 62
Binary 110010 10000101 11001100 1001011 100011 0 10100 11010000 111101 110010

Color Harmonies of #3285CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285CC

Black with #3285CC

Text Example


Text Example

White with #3285CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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