Html Css Color HEX #3380AD Curious Blue

📋 copy color: '#3380AD'

red 51 ◦ green 128 ◦ blue 173

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

Shades of Curious Blue #3380AD

Tints of Curious Blue #3380AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 14.49%
G = 36.36%
B = 49.15%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3380AD (or 0x3380AD) is known color: Curious Blue. HEX triplet: 33, 80 and AD. RGB value is (51,128,173). Sum of RGB (Red+Green+Blue) = 51+128+173=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #3380AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3380AD is #CC7F52. Grayscale: #6D6D6D. Windows color (decimal): -13401939 or 11370547. OLE color: 11370547.

HSL color Cylindrical-coordinate representation of color #3380AD: hue angle of 202.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3380AD is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 128 173 -
CMYK 0.71 0.26 0 0.32
HSL 202.13º 0.54% 0.44% -
HSV(B) 202.13º 0.71% 0.68% -
XYZ 16.63 19.16 42.36 -
YUV 110.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 51 128 173 0.71 0.26 0 0.32 202.13 0.54 0.44
Hex 33 80 AD 47 1A 0 20 CA 36 2C
Octal 63 200 255 107 32 0 40 312 66 54
Binary 110011 10000000 10101101 1000111 11010 0 100000 11001010 110110 101100

Color Harmonies of #3380AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380AD

Black with #3380AD

Text Example


Text Example

White with #3380AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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