Html Css Color HEX #3497CE Curious Blue

📋 copy color: '#3497CE'

red 52 ◦ green 151 ◦ blue 206

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

Shades of Curious Blue #3497CE

Tints of Curious Blue #3497CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 12.71%
G = 36.92%
B = 50.37%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3497CE (or 0x3497CE) is known color: Curious Blue. HEX triplet: 34, 97 and CE. RGB value is (52,151,206). Sum of RGB (Red+Green+Blue) = 52+151+206=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #3497CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497CE is #CB6831. Grayscale: #7F7F7F. Windows color (decimal): -13330482 or 13539124. OLE color: 13539124.

HSL color Cylindrical-coordinate representation of color #3497CE: hue angle of 201.43º 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 #3497CE is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 151 206 -
CMYK 0.75 0.27 0 0.19
HSL 201.43º 0.61% 0.51% -
HSV(B) 201.43º 0.75% 0.81% -
XYZ 23.62 27.32 62.42 -
YUV 127.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 52 151 206 0.75 0.27 0 0.19 201.43 0.61 0.51
Hex 34 97 CE 4B 1B 0 13 C9 3D 33
Octal 64 227 316 113 33 0 23 311 75 63
Binary 110100 10010111 11001110 1001011 11011 0 10011 11001001 111101 110011

Color Harmonies of #3497CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497CE

Black with #3497CE

Text Example


Text Example

White with #3497CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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