Html Css Color HEX #3382BA Curious Blue

📋 copy color: '#3382BA'

red 51 ◦ green 130 ◦ blue 186

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

Shades of Curious Blue #3382BA

Tints of Curious Blue #3382BA

RGB

 RED value IS 51 (20.31% from 255) = 13.9%

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 13.9%
G = 35.42%
B = 50.68%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3382BA (or 0x3382BA) is known color: Curious Blue. HEX triplet: 33, 82 and BA. RGB value is (51,130,186). Sum of RGB (Red+Green+Blue) = 51+130+186=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #3382BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3382BA is #CC7D45. Grayscale: #707070. Windows color (decimal): -13401414 or 12223027. OLE color: 12223027.

HSL color Cylindrical-coordinate representation of color #3382BA: hue angle of 204.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3382BA is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 130 186 -
CMYK 0.73 0.30 0 0.27
HSL 204.89º 0.57% 0.46% -
HSV(B) 204.89º 0.73% 0.73% -
XYZ 18.21 20.21 49.4 -
YUV 112.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 51 130 186 0.73 0.30 0 0.27 204.89 0.57 0.46
Hex 33 82 BA 49 1E 0 1B CD 39 2E
Octal 63 202 272 111 36 0 33 315 71 56
Binary 110011 10000010 10111010 1001001 11110 0 11011 11001101 111001 101110

Color Harmonies of #3382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3382BA

Black with #3382BA

Text Example


Text Example

White with #3382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3382BA; }

 p { color: rgb(51,130,186); }

 H1.HeaderClassName
 {
   color: #3382BA;
 }
 .AnyTagClassName
 {
   color: #3382BA;
 }
</style>

background-color css

<style>
 a { background-color: #3382BA; }

 a { background-color: rgb(51,130,186); }

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

border-color css

<style>
 span { border-color: #3382BA; }

 span { border-color: rgb(51,130,186); }

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