Html Css Color HEX #3380BB Curious Blue

📋 copy color: '#3380BB'

red 51 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #3380BB

Tints of Curious Blue #3380BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 13.93%
G = 34.97%
B = 51.09%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3380BB (or 0x3380BB) is known color: Curious Blue. HEX triplet: 33, 80 and BB. RGB value is (51,128,187). Sum of RGB (Red+Green+Blue) = 51+128+187=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #3380BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380BB is #CC7F44. Grayscale: #6F6F6F. Windows color (decimal): -13401925 or 12288051. OLE color: 12288051.

HSL color Cylindrical-coordinate representation of color #3380BB: hue angle of 206.03º 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 #3380BB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 128 187 -
CMYK 0.73 0.32 0 0.27
HSL 206.03º 0.57% 0.47% -
HSV(B) 206.03º 0.73% 0.73% -
XYZ 18.05 19.73 49.87 -
YUV 111.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 51 128 187 0.73 0.32 0 0.27 206.03 0.57 0.47
Hex 33 80 BB 49 20 0 1B CE 39 2F
Octal 63 200 273 111 40 0 33 316 71 57
Binary 110011 10000000 10111011 1001001 100000 0 11011 11001110 111001 101111

Color Harmonies of #3380BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380BB

Black with #3380BB

Text Example


Text Example

White with #3380BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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