Html Css Color HEX #347BD0 Curious Blue

📋 copy color: '#347BD0'

red 52 ◦ green 123 ◦ blue 208

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

Shades of Curious Blue #347BD0

Tints of Curious Blue #347BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 13.58%
G = 32.11%
B = 54.31%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#347BD0 (or 0x347BD0) is known color: Curious Blue. HEX triplet: 34, 7B and D0. RGB value is (52,123,208). Sum of RGB (Red+Green+Blue) = 52+123+208=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #347BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BD0 is #CB842F. Grayscale: #6F6F6F. Windows color (decimal): -13337648 or 13663028. OLE color: 13663028.

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

Color convert

RGB 52 123 208 -
CMYK 0.75 0.41 0 0.18
HSL 212.69º 0.62% 0.51% -
HSV(B) 212.69º 0.75% 0.82% -
XYZ 19.88 19.45 62.38 -
YUV 111.46 182.48 85.59 -
System Red Green Blue C M Y K H S L
Decimal 52 123 208 0.75 0.41 0 0.18 212.69 0.62 0.51
Hex 34 7B D0 4B 29 0 12 D5 3E 33
Octal 64 173 320 113 51 0 22 325 76 63
Binary 110100 1111011 11010000 1001011 101001 0 10010 11010101 111110 110011

Color Harmonies of #347BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BD0

Black with #347BD0

Text Example


Text Example

White with #347BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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