Html Css Color HEX #347BBE Curious Blue

📋 copy color: '#347BBE'

red 52 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #347BBE

Tints of Curious Blue #347BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 14.25%
G = 33.7%
B = 52.05%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#347BBE (or 0x347BBE) is known color: Curious Blue. HEX triplet: 34, 7B and BE. RGB value is (52,123,190). Sum of RGB (Red+Green+Blue) = 52+123+190=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #347BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BBE is #CB8441. Grayscale: #6D6D6D. Windows color (decimal): -13337666 or 12483380. OLE color: 12483380.

HSL color Cylindrical-coordinate representation of color #347BBE: hue angle of 209.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #347BBE is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 123 190 -
CMYK 0.73 0.35 0 0.25
HSL 209.13º 0.57% 0.47% -
HSV(B) 209.13º 0.73% 0.75% -
XYZ 17.79 18.61 51.37 -
YUV 109.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 52 123 190 0.73 0.35 0 0.25 209.13 0.57 0.47
Hex 34 7B BE 49 23 0 19 D1 39 2F
Octal 64 173 276 111 43 0 31 321 71 57
Binary 110100 1111011 10111110 1001001 100011 0 11001 11010001 111001 101111

Color Harmonies of #347BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BBE

Black with #347BBE

Text Example


Text Example

White with #347BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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