Html Css Color HEX #3481BA Curious Blue

📋 copy color: '#3481BA'

red 52 ◦ green 129 ◦ blue 186

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

Shades of Curious Blue #3481BA

Tints of Curious Blue #3481BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 14.17%
G = 35.15%
B = 50.68%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3481BA (or 0x3481BA) is known color: Curious Blue. HEX triplet: 34, 81 and BA. RGB value is (52,129,186). Sum of RGB (Red+Green+Blue) = 52+129+186=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #3481BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3481BA is #CB7E45. Grayscale: #707070. Windows color (decimal): -13336134 or 12222772. OLE color: 12222772.

HSL color Cylindrical-coordinate representation of color #3481BA: hue angle of 205.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3481BA is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 129 186 -
CMYK 0.72 0.31 0 0.27
HSL 205.52º 0.56% 0.47% -
HSV(B) 205.52º 0.72% 0.73% -
XYZ 18.13 19.98 49.35 -
YUV 112.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 52 129 186 0.72 0.31 0 0.27 205.52 0.56 0.47
Hex 34 81 BA 48 1F 0 1B CE 38 2F
Octal 64 201 272 110 37 0 33 316 70 57
Binary 110100 10000001 10111010 1001000 11111 0 11011 11001110 111000 101111

Color Harmonies of #3481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3481BA

Black with #3481BA

Text Example


Text Example

White with #3481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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