Html Css Color HEX #3497C3 Curious Blue

📋 copy color: '#3497C3'

red 52 ◦ green 151 ◦ blue 195

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

Shades of Curious Blue #3497C3

Tints of Curious Blue #3497C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 13.07%
G = 37.94%
B = 48.99%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3497C3 (or 0x3497C3) is known color: Curious Blue. HEX triplet: 34, 97 and C3. RGB value is (52,151,195). Sum of RGB (Red+Green+Blue) = 52+151+195=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #3497C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497C3 is #CB683C. Grayscale: #7E7E7E. Windows color (decimal): -13330493 or 12818228. OLE color: 12818228.

HSL color Cylindrical-coordinate representation of color #3497C3: hue angle of 198.46º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3497C3 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 151 195 -
CMYK 0.73 0.23 0 0.24
HSL 198.46º 0.58% 0.48% -
HSV(B) 198.46º 0.73% 0.76% -
XYZ 22.33 26.8 55.63 -
YUV 126.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 52 151 195 0.73 0.23 0 0.24 198.46 0.58 0.48
Hex 34 97 C3 49 17 0 18 C6 3A 30
Octal 64 227 303 111 27 0 30 306 72 60
Binary 110100 10010111 11000011 1001001 10111 0 11000 11000110 111010 110000

Color Harmonies of #3497C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497C3

Black with #3497C3

Text Example


Text Example

White with #3497C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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