Html Css Color HEX #3283D1 Curious Blue

📋 copy color: '#3283D1'

red 50 ◦ green 131 ◦ blue 209

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

Shades of Curious Blue #3283D1

Tints of Curious Blue #3283D1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 209 (82.03% from 255) = 53.59%

R = 12.82%
G = 33.59%
B = 53.59%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3283D1 (or 0x3283D1) is known color: Curious Blue. HEX triplet: 32, 83 and D1. RGB value is (50,131,209). Sum of RGB (Red+Green+Blue) = 50+131+209=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #3283D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283D1 is #CD7C2E. Grayscale: #737373. Windows color (decimal): -13466671 or 13730610. OLE color: 13730610.

HSL color Cylindrical-coordinate representation of color #3283D1: hue angle of 209.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3283D1 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 131 209 -
CMYK 0.76 0.37 0 0.18
HSL 209.43º 0.63% 0.51% -
HSV(B) 209.43º 0.76% 0.82% -
XYZ 20.94 21.51 63.37 -
YUV 115.67 180.66 81.16 -
System Red Green Blue C M Y K H S L
Decimal 50 131 209 0.76 0.37 0 0.18 209.43 0.63 0.51
Hex 32 83 D1 4C 25 0 12 D1 3F 33
Octal 62 203 321 114 45 0 22 321 77 63
Binary 110010 10000011 11010001 1001100 100101 0 10010 11010001 111111 110011

Color Harmonies of #3283D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3283D1

Black with #3283D1

Text Example


Text Example

White with #3283D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3283D1; }

 p { color: rgb(50,131,209); }

 H1.HeaderClassName
 {
   color: #3283D1;
 }
 .AnyTagClassName
 {
   color: #3283D1;
 }
</style>

background-color css

<style>
 a { background-color: #3283D1; }

 a { background-color: rgb(50,131,209); }

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

border-color css

<style>
 span { border-color: #3283D1; }

 span { border-color: rgb(50,131,209); }

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