Html Css Color HEX #346FBB Curious Blue

📋 copy color: '#346FBB'

red 52 ◦ green 111 ◦ blue 187

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

Shades of Curious Blue #346FBB

Tints of Curious Blue #346FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 14.86%
G = 31.71%
B = 53.43%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346FBB (or 0x346FBB) is known color: Curious Blue. HEX triplet: 34, 6F and BB. RGB value is (52,111,187). Sum of RGB (Red+Green+Blue) = 52+111+187=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #346FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FBB is #CB9044. Grayscale: #656565. Windows color (decimal): -13340741 or 12283700. OLE color: 12283700.

HSL color Cylindrical-coordinate representation of color #346FBB: hue angle of 213.78º 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 #346FBB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 111 187 -
CMYK 0.72 0.41 0 0.27
HSL 213.78º 0.56% 0.47% -
HSV(B) 213.78º 0.72% 0.73% -
XYZ 16.07 15.69 49.19 -
YUV 102.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 52 111 187 0.72 0.41 0 0.27 213.78 0.56 0.47
Hex 34 6F BB 48 29 0 1B D6 38 2F
Octal 64 157 273 110 51 0 33 326 70 57
Binary 110100 1101111 10111011 1001000 101001 0 11011 11010110 111000 101111

Color Harmonies of #346FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FBB

Black with #346FBB

Text Example


Text Example

White with #346FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346FBB; }

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

 H1.HeaderClassName
 {
   color: #346FBB;
 }
 .AnyTagClassName
 {
   color: #346FBB;
 }
</style>

background-color css

<style>
 a { background-color: #346FBB; }

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

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

border-color css

<style>
 span { border-color: #346FBB; }

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

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