Html Css Color HEX #3481AC Curious Blue

📋 copy color: '#3481AC'

red 52 ◦ green 129 ◦ blue 172

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

Shades of Curious Blue #3481AC

Tints of Curious Blue #3481AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 14.73%
G = 36.54%
B = 48.73%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3481AC (or 0x3481AC) is known color: Curious Blue. HEX triplet: 34, 81 and AC. RGB value is (52,129,172). Sum of RGB (Red+Green+Blue) = 52+129+172=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #3481AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AC is #CB7E53. Grayscale: #6E6E6E. Windows color (decimal): -13336148 or 11305268. OLE color: 11305268.

HSL color Cylindrical-coordinate representation of color #3481AC: hue angle of 201.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 #3481AC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 129 172 -
CMYK 0.70 0.25 0 0.33
HSL 201.5º 0.54% 0.44% -
HSV(B) 201.5º 0.7% 0.67% -
XYZ 16.71 19.41 41.9 -
YUV 110.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 52 129 172 0.70 0.25 0 0.33 201.5 0.54 0.44
Hex 34 81 AC 46 19 0 21 CA 36 2C
Octal 64 201 254 106 31 0 41 312 66 54
Binary 110100 10000001 10101100 1000110 11001 0 100001 11001010 110110 101100

Color Harmonies of #3481AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3481AC

Black with #3481AC

Text Example


Text Example

White with #3481AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3481AC; }

 p { color: rgb(52,129,172); }

 H1.HeaderClassName
 {
   color: #3481AC;
 }
 .AnyTagClassName
 {
   color: #3481AC;
 }
</style>

background-color css

<style>
 a { background-color: #3481AC; }

 a { background-color: rgb(52,129,172); }

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

border-color css

<style>
 span { border-color: #3481AC; }

 span { border-color: rgb(52,129,172); }

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