Html Css Color HEX #347DC5 Curious Blue

📋 copy color: '#347DC5'

red 52 ◦ green 125 ◦ blue 197

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

Shades of Curious Blue #347DC5

Tints of Curious Blue #347DC5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

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

R = 13.9%
G = 33.42%
B = 52.67%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#347DC5 (or 0x347DC5) is known color: Curious Blue. HEX triplet: 34, 7D and C5. RGB value is (52,125,197). Sum of RGB (Red+Green+Blue) = 52+125+197=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #347DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DC5 is #CB823A. Grayscale: #6F6F6F. Windows color (decimal): -13337147 or 12942644. OLE color: 12942644.

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

Color convert

RGB 52 125 197 -
CMYK 0.74 0.37 0 0.23
HSL 209.79º 0.58% 0.49% -
HSV(B) 209.79º 0.74% 0.77% -
XYZ 18.83 19.43 55.58 -
YUV 111.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 52 125 197 0.74 0.37 0 0.23 209.79 0.58 0.49
Hex 34 7D C5 4A 25 0 17 D2 3A 31
Octal 64 175 305 112 45 0 27 322 72 61
Binary 110100 1111101 11000101 1001010 100101 0 10111 11010010 111010 110001

Color Harmonies of #347DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DC5

Black with #347DC5

Text Example


Text Example

White with #347DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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