Html Css Color HEX #3491CE Curious Blue

📋 copy color: '#3491CE'

red 52 ◦ green 145 ◦ blue 206

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

Shades of Curious Blue #3491CE

Tints of Curious Blue #3491CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 12.9%
G = 35.98%
B = 51.12%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3491CE (or 0x3491CE) is known color: Curious Blue. HEX triplet: 34, 91 and CE. RGB value is (52,145,206). Sum of RGB (Red+Green+Blue) = 52+145+206=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #3491CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491CE is #CB6E31. Grayscale: #7B7B7B. Windows color (decimal): -13332018 or 13537588. OLE color: 13537588.

HSL color Cylindrical-coordinate representation of color #3491CE: hue angle of 203.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3491CE is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 145 206 -
CMYK 0.75 0.30 0 0.19
HSL 203.77º 0.61% 0.51% -
HSV(B) 203.77º 0.75% 0.81% -
XYZ 22.68 25.44 62.11 -
YUV 124.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 52 145 206 0.75 0.30 0 0.19 203.77 0.61 0.51
Hex 34 91 CE 4B 1E 0 13 CC 3D 33
Octal 64 221 316 113 36 0 23 314 75 63
Binary 110100 10010001 11001110 1001011 11110 0 10011 11001100 111101 110011

Color Harmonies of #3491CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491CE

Black with #3491CE

Text Example


Text Example

White with #3491CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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