Html Css Color HEX #3380BC Curious Blue

📋 copy color: '#3380BC'

red 51 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #3380BC

Tints of Curious Blue #3380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 13.9%
G = 34.88%
B = 51.23%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3380BC (or 0x3380BC) is known color: Curious Blue. HEX triplet: 33, 80 and BC. RGB value is (51,128,188). Sum of RGB (Red+Green+Blue) = 51+128+188=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #3380BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380BC is #CC7F43. Grayscale: #6F6F6F. Windows color (decimal): -13401924 or 12353587. OLE color: 12353587.

HSL color Cylindrical-coordinate representation of color #3380BC: hue angle of 206.28º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3380BC is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 128 188 -
CMYK 0.73 0.32 0 0.26
HSL 206.28º 0.57% 0.47% -
HSV(B) 206.28º 0.73% 0.74% -
XYZ 18.16 19.77 50.44 -
YUV 111.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 51 128 188 0.73 0.32 0 0.26 206.28 0.57 0.47
Hex 33 80 BC 49 20 0 1A CE 39 2F
Octal 63 200 274 111 40 0 32 316 71 57
Binary 110011 10000000 10111100 1001001 100000 0 11010 11001110 111001 101111

Color Harmonies of #3380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380BC

Black with #3380BC

Text Example


Text Example

White with #3380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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