Html Css Color HEX #3382BB Curious Blue

📋 copy color: '#3382BB'

red 51 ◦ green 130 ◦ blue 187

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

Shades of Curious Blue #3382BB

Tints of Curious Blue #3382BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 13.86%
G = 35.33%
B = 50.82%

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

#3382BB (or 0x3382BB) is known color: Curious Blue. HEX triplet: 33, 82 and BB. RGB value is (51,130,187). Sum of RGB (Red+Green+Blue) = 51+130+187=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #3382BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3382BB is #CC7D44. Grayscale: #707070. Windows color (decimal): -13401413 or 12288563. OLE color: 12288563.

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

Color convert

RGB 51 130 187 -
CMYK 0.73 0.30 0 0.27
HSL 205.15º 0.57% 0.47% -
HSV(B) 205.15º 0.73% 0.73% -
XYZ 18.32 20.26 49.96 -
YUV 112.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 51 130 187 0.73 0.30 0 0.27 205.15 0.57 0.47
Hex 33 82 BB 49 1E 0 1B CD 39 2F
Octal 63 202 273 111 36 0 33 315 71 57
Binary 110011 10000010 10111011 1001001 11110 0 11011 11001101 111001 101111

Color Harmonies of #3382BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3382BB

Black with #3382BB

Text Example


Text Example

White with #3382BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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