Html Css Color HEX #3285DB Curious Blue

📋 copy color: '#3285DB'

red 50 ◦ green 133 ◦ blue 219

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

Shades of Curious Blue #3285DB

Tints of Curious Blue #3285DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 12.44%
G = 33.08%
B = 54.48%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3285DB (or 0x3285DB) is known color: Curious Blue. HEX triplet: 32, 85 and DB. RGB value is (50,133,219). Sum of RGB (Red+Green+Blue) = 50+133+219=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #3285DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285DB is #CD7A24. Grayscale: #757575. Windows color (decimal): -13466149 or 14386482. OLE color: 14386482.

HSL color Cylindrical-coordinate representation of color #3285DB: hue angle of 210.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3285DB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 133 219 -
CMYK 0.77 0.39 0 0.14
HSL 210.53º 0.7% 0.53% -
HSV(B) 210.53º 0.77% 0.86% -
XYZ 22.49 22.57 70.19 -
YUV 117.99 185 79.51 -
System Red Green Blue C M Y K H S L
Decimal 50 133 219 0.77 0.39 0 0.14 210.53 0.7 0.53
Hex 32 85 DB 4D 27 0 E D3 46 35
Octal 62 205 333 115 47 0 16 323 106 65
Binary 110010 10000101 11011011 1001101 100111 0 1110 11010011 1000110 110101

Color Harmonies of #3285DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285DB

Black with #3285DB

Text Example


Text Example

White with #3285DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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