Html Css Color HEX #3384AB Curious Blue

📋 copy color: '#3384AB'

red 51 ◦ green 132 ◦ blue 171

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

Shades of Curious Blue #3384AB

Tints of Curious Blue #3384AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 14.41%
G = 37.29%
B = 48.31%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3384AB (or 0x3384AB) is known color: Curious Blue. HEX triplet: 33, 84 and AB. RGB value is (51,132,171). Sum of RGB (Red+Green+Blue) = 51+132+171=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3384AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3384AB is #CC7B54. Grayscale: #6F6F6F. Windows color (decimal): -13400917 or 11240499. OLE color: 11240499.

HSL color Cylindrical-coordinate representation of color #3384AB: hue angle of 199.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3384AB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 132 171 -
CMYK 0.70 0.23 0 0.33
HSL 199.5º 0.54% 0.44% -
HSV(B) 199.5º 0.7% 0.67% -
XYZ 16.97 20.15 41.52 -
YUV 112.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 51 132 171 0.70 0.23 0 0.33 199.5 0.54 0.44
Hex 33 84 AB 46 17 0 21 C8 36 2C
Octal 63 204 253 106 27 0 41 310 66 54
Binary 110011 10000100 10101011 1000110 10111 0 100001 11001000 110110 101100

Color Harmonies of #3384AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384AB

Black with #3384AB

Text Example


Text Example

White with #3384AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3384AB; }

 p { color: rgb(51,132,171); }

 H1.HeaderClassName
 {
   color: #3384AB;
 }
 .AnyTagClassName
 {
   color: #3384AB;
 }
</style>

background-color css

<style>
 a { background-color: #3384AB; }

 a { background-color: rgb(51,132,171); }

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

border-color css

<style>
 span { border-color: #3384AB; }

 span { border-color: rgb(51,132,171); }

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