Html Css Color HEX #3481AE Curious Blue

📋 copy color: '#3481AE'

red 52 ◦ green 129 ◦ blue 174

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

Shades of Curious Blue #3481AE

Tints of Curious Blue #3481AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 14.65%
G = 36.34%
B = 49.01%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3481AE (or 0x3481AE) is known color: Curious Blue. HEX triplet: 34, 81 and AE. RGB value is (52,129,174). Sum of RGB (Red+Green+Blue) = 52+129+174=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #3481AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AE is #CB7E51. Grayscale: #6E6E6E. Windows color (decimal): -13336146 or 11436340. OLE color: 11436340.

HSL color Cylindrical-coordinate representation of color #3481AE: 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.7%. Process color model (Four color, CMYK) of #3481AE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 129 174 -
CMYK 0.70 0.26 0 0.32
HSL 202.13º 0.54% 0.44% -
HSV(B) 202.13º 0.7% 0.68% -
XYZ 16.91 19.49 42.91 -
YUV 111.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 52 129 174 0.70 0.26 0 0.32 202.13 0.54 0.44
Hex 34 81 AE 46 1A 0 20 CA 36 2C
Octal 64 201 256 106 32 0 40 312 66 54
Binary 110100 10000001 10101110 1000110 11010 0 100000 11001010 110110 101100

Color Harmonies of #3481AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3481AE

Black with #3481AE

Text Example


Text Example

White with #3481AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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