Html Css Color HEX #3484AB Curious Blue

📋 copy color: '#3484AB'

red 52 ◦ green 132 ◦ blue 171

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

Shades of Curious Blue #3484AB

Tints of Curious Blue #3484AB

RGB

 RED value IS 52 (20.7% from 255) = 14.65%

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

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

R = 14.65%
G = 37.18%
B = 48.17%

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

#3484AB (or 0x3484AB) is known color: Curious Blue. HEX triplet: 34, 84 and AB. RGB value is (52,132,171). Sum of RGB (Red+Green+Blue) = 52+132+171=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #3484AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3484AB is #CB7B54. Grayscale: #707070. Windows color (decimal): -13335381 or 11240500. OLE color: 11240500.

HSL color Cylindrical-coordinate representation of color #3484AB: hue angle of 199.66º degrees, saturation: 0.53, 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 #3484AB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 132 171 -
CMYK 0.70 0.23 0 0.33
HSL 199.66º 0.53% 0.44% -
HSV(B) 199.66º 0.7% 0.67% -
XYZ 17.02 20.17 41.52 -
YUV 112.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 52 132 171 0.70 0.23 0 0.33 199.66 0.53 0.44
Hex 34 84 AB 46 17 0 21 C8 35 2C
Octal 64 204 253 106 27 0 41 310 65 54
Binary 110100 10000100 10101011 1000110 10111 0 100001 11001000 110101 101100

Color Harmonies of #3484AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3484AB

Black with #3484AB

Text Example


Text Example

White with #3484AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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