Html Css Color HEX #3483AA Curious Blue

📋 copy color: '#3483AA'

red 52 ◦ green 131 ◦ blue 170

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

Shades of Curious Blue #3483AA

Tints of Curious Blue #3483AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 14.73%
G = 37.11%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3483AA (or 0x3483AA) is known color: Curious Blue. HEX triplet: 34, 83 and AA. RGB value is (52,131,170). Sum of RGB (Red+Green+Blue) = 52+131+170=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #3483AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3483AA is #CB7C55. Grayscale: #6F6F6F. Windows color (decimal): -13335638 or 11174708. OLE color: 11174708.

HSL color Cylindrical-coordinate representation of color #3483AA: hue angle of 199.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3483AA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 131 170 -
CMYK 0.69 0.23 0 0.33
HSL 199.83º 0.53% 0.44% -
HSV(B) 199.83º 0.69% 0.67% -
XYZ 16.79 19.86 40.98 -
YUV 111.83 160.83 85.33 -
System Red Green Blue C M Y K H S L
Decimal 52 131 170 0.69 0.23 0 0.33 199.83 0.53 0.44
Hex 34 83 AA 45 17 0 21 C8 35 2C
Octal 64 203 252 105 27 0 41 310 65 54
Binary 110100 10000011 10101010 1000101 10111 0 100001 11001000 110101 101100

Color Harmonies of #3483AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483AA

Black with #3483AA

Text Example


Text Example

White with #3483AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3483AA; }

 p { color: rgb(52,131,170); }

 H1.HeaderClassName
 {
   color: #3483AA;
 }
 .AnyTagClassName
 {
   color: #3483AA;
 }
</style>

background-color css

<style>
 a { background-color: #3483AA; }

 a { background-color: rgb(52,131,170); }

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

border-color css

<style>
 span { border-color: #3483AA; }

 span { border-color: rgb(52,131,170); }

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