Html Css Color HEX #347DBB Curious Blue

📋 copy color: '#347DBB'

red 52 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #347DBB

Tints of Curious Blue #347DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 14.29%
G = 34.34%
B = 51.37%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#347DBB (or 0x347DBB) is known color: Curious Blue. HEX triplet: 34, 7D and BB. RGB value is (52,125,187). Sum of RGB (Red+Green+Blue) = 52+125+187=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #347DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DBB is #CB8244. Grayscale: #6D6D6D. Windows color (decimal): -13337157 or 12287284. OLE color: 12287284.

HSL color Cylindrical-coordinate representation of color #347DBB: hue angle of 207.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #347DBB is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 125 187 -
CMYK 0.72 0.33 0 0.27
HSL 207.56º 0.56% 0.47% -
HSV(B) 207.56º 0.72% 0.73% -
XYZ 17.72 18.99 49.74 -
YUV 110.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 52 125 187 0.72 0.33 0 0.27 207.56 0.56 0.47
Hex 34 7D BB 48 21 0 1B D0 38 2F
Octal 64 175 273 110 41 0 33 320 70 57
Binary 110100 1111101 10111011 1001000 100001 0 11011 11010000 111000 101111

Color Harmonies of #347DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DBB

Black with #347DBB

Text Example


Text Example

White with #347DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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