Html Css Color HEX #349EBB Pelorous

📋 copy color: '#349EBB'

red 52 ◦ green 158 ◦ blue 187

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

Shades of Pelorous #349EBB

Tints of Pelorous #349EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

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

R = 13.1%
G = 39.8%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#349EBB (or 0x349EBB) is known color: Pelorous. HEX triplet: 34, 9E and BB. RGB value is (52,158,187). Sum of RGB (Red+Green+Blue) = 52+158+187=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #349EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EBB is #CB6144. Grayscale: #818181. Windows color (decimal): -13328709 or 12295732. OLE color: 12295732.

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

Color convert

RGB 52 158 187 -
CMYK 0.72 0.16 0 0.27
HSL 192.89º 0.56% 0.47% -
HSV(B) 192.89º 0.72% 0.73% -
XYZ 22.61 28.77 51.38 -
YUV 129.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 52 158 187 0.72 0.16 0 0.27 192.89 0.56 0.47
Hex 34 9E BB 48 10 0 1B C1 38 2F
Octal 64 236 273 110 20 0 33 301 70 57
Binary 110100 10011110 10111011 1001000 10000 0 11011 11000001 111000 101111

Color Harmonies of #349EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EBB

Black with #349EBB

Text Example


Text Example

White with #349EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349EBB; }

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

 H1.HeaderClassName
 {
   color: #349EBB;
 }
 .AnyTagClassName
 {
   color: #349EBB;
 }
</style>

background-color css

<style>
 a { background-color: #349EBB; }

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

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

border-color css

<style>
 span { border-color: #349EBB; }

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

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