Html Css Color HEX #3491C5 Curious Blue

📋 copy color: '#3491C5'

red 52 ◦ green 145 ◦ blue 197

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

Shades of Curious Blue #3491C5

Tints of Curious Blue #3491C5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 197 (77.34% from 255) = 50%

R = 13.2%
G = 36.8%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3491C5 (or 0x3491C5) is known color: Curious Blue. HEX triplet: 34, 91 and C5. RGB value is (52,145,197). Sum of RGB (Red+Green+Blue) = 52+145+197=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #3491C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491C5 is #CB6E3A. Grayscale: #7A7A7A. Windows color (decimal): -13332027 or 12947764. OLE color: 12947764.

HSL color Cylindrical-coordinate representation of color #3491C5: hue angle of 201.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3491C5 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 145 197 -
CMYK 0.74 0.26 0 0.23
HSL 201.52º 0.58% 0.49% -
HSV(B) 201.52º 0.74% 0.77% -
XYZ 21.62 25.01 56.51 -
YUV 123.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 52 145 197 0.74 0.26 0 0.23 201.52 0.58 0.49
Hex 34 91 C5 4A 1A 0 17 CA 3A 31
Octal 64 221 305 112 32 0 27 312 72 61
Binary 110100 10010001 11000101 1001010 11010 0 10111 11001010 111010 110001

Color Harmonies of #3491C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491C5

Black with #3491C5

Text Example


Text Example

White with #3491C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3491C5; }

 p { color: rgb(52,145,197); }

 H1.HeaderClassName
 {
   color: #3491C5;
 }
 .AnyTagClassName
 {
   color: #3491C5;
 }
</style>

background-color css

<style>
 a { background-color: #3491C5; }

 a { background-color: rgb(52,145,197); }

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

border-color css

<style>
 span { border-color: #3491C5; }

 span { border-color: rgb(52,145,197); }

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