Html Css Color HEX #347CB1 Curious Blue

📋 copy color: '#347CB1'

red 52 ◦ green 124 ◦ blue 177

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

Shades of Curious Blue #347CB1

Tints of Curious Blue #347CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 177 (69.53% from 255) = 50.14%

R = 14.73%
G = 35.13%
B = 50.14%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#347CB1 (or 0x347CB1) is known color: Curious Blue. HEX triplet: 34, 7C and B1. RGB value is (52,124,177). Sum of RGB (Red+Green+Blue) = 52+124+177=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #347CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347CB1 is #CB834E. Grayscale: #6C6C6C. Windows color (decimal): -13337423 or 11631668. OLE color: 11631668.

HSL color Cylindrical-coordinate representation of color #347CB1: hue angle of 205.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347CB1 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 124 177 -
CMYK 0.71 0.30 0 0.31
HSL 205.44º 0.55% 0.45% -
HSV(B) 205.44º 0.71% 0.69% -
XYZ 16.56 18.32 44.26 -
YUV 108.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 52 124 177 0.71 0.30 0 0.31 205.44 0.55 0.45
Hex 34 7C B1 47 1E 0 1F CD 37 2D
Octal 64 174 261 107 36 0 37 315 67 55
Binary 110100 1111100 10110001 1000111 11110 0 11111 11001101 110111 101101

Color Harmonies of #347CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347CB1

Black with #347CB1

Text Example


Text Example

White with #347CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,177); }

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

background-color css

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

 a { background-color: rgb(52,124,177); }

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

border-color css

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

 span { border-color: rgb(52,124,177); }

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