Html Css Color HEX #347BC1 Curious Blue

📋 copy color: '#347BC1'

red 52 ◦ green 123 ◦ blue 193

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

Shades of Curious Blue #347BC1

Tints of Curious Blue #347BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

 BLUE value IS 193 (75.78% from 255) = 52.45%

R = 14.13%
G = 33.42%
B = 52.45%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#347BC1 (or 0x347BC1) is known color: Curious Blue. HEX triplet: 34, 7B and C1. RGB value is (52,123,193). Sum of RGB (Red+Green+Blue) = 52+123+193=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #347BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BC1 is #CB843E. Grayscale: #6D6D6D. Windows color (decimal): -13337663 or 12679988. OLE color: 12679988.

HSL color Cylindrical-coordinate representation of color #347BC1: hue angle of 209.79º 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 #347BC1 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 123 193 -
CMYK 0.73 0.36 0 0.24
HSL 209.79º 0.58% 0.48% -
HSV(B) 209.79º 0.73% 0.76% -
XYZ 18.12 18.75 53.12 -
YUV 109.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 52 123 193 0.73 0.36 0 0.24 209.79 0.58 0.48
Hex 34 7B C1 49 24 0 18 D2 3A 30
Octal 64 173 301 111 44 0 30 322 72 60
Binary 110100 1111011 11000001 1001001 100100 0 11000 11010010 111010 110000

Color Harmonies of #347BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BC1

Black with #347BC1

Text Example


Text Example

White with #347BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347BC1; }

 p { color: rgb(52,123,193); }

 H1.HeaderClassName
 {
   color: #347BC1;
 }
 .AnyTagClassName
 {
   color: #347BC1;
 }
</style>

background-color css

<style>
 a { background-color: #347BC1; }

 a { background-color: rgb(52,123,193); }

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

border-color css

<style>
 span { border-color: #347BC1; }

 span { border-color: rgb(52,123,193); }

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