Html Css Color HEX #347BCF Curious Blue

📋 copy color: '#347BCF'

red 52 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #347BCF

Tints of Curious Blue #347BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 13.61%
G = 32.2%
B = 54.19%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#347BCF (or 0x347BCF) is known color: Curious Blue. HEX triplet: 34, 7B and CF. RGB value is (52,123,207). Sum of RGB (Red+Green+Blue) = 52+123+207=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #347BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BCF is #CB8430. Grayscale: #6E6E6E. Windows color (decimal): -13337649 or 13597492. OLE color: 13597492.

HSL color Cylindrical-coordinate representation of color #347BCF: hue angle of 212.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347BCF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 123 207 -
CMYK 0.75 0.41 0 0.19
HSL 212.52º 0.62% 0.51% -
HSV(B) 212.52º 0.75% 0.81% -
XYZ 19.76 19.4 61.73 -
YUV 111.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 52 123 207 0.75 0.41 0 0.19 212.52 0.62 0.51
Hex 34 7B CF 4B 29 0 13 D5 3E 33
Octal 64 173 317 113 51 0 23 325 76 63
Binary 110100 1111011 11001111 1001011 101001 0 10011 11010101 111110 110011

Color Harmonies of #347BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BCF

Black with #347BCF

Text Example


Text Example

White with #347BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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