Html Css Color HEX #349CBE Pelorous

📋 copy color: '#349CBE'

red 52 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #349CBE

Tints of Pelorous #349CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 13.07%
G = 39.2%
B = 47.74%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#349CBE (or 0x349CBE) is known color: Pelorous. HEX triplet: 34, 9C and BE. RGB value is (52,156,190). Sum of RGB (Red+Green+Blue) = 52+156+190=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #349CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CBE is #CB6341. Grayscale: #808080. Windows color (decimal): -13329218 or 12491828. OLE color: 12491828.

HSL color Cylindrical-coordinate representation of color #349CBE: hue angle of 194.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349CBE is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 156 190 -
CMYK 0.73 0.18 0 0.25
HSL 194.78º 0.57% 0.47% -
HSV(B) 194.78º 0.73% 0.75% -
XYZ 22.6 28.22 52.97 -
YUV 128.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 52 156 190 0.73 0.18 0 0.25 194.78 0.57 0.47
Hex 34 9C BE 49 12 0 19 C3 39 2F
Octal 64 234 276 111 22 0 31 303 71 57
Binary 110100 10011100 10111110 1001001 10010 0 11001 11000011 111001 101111

Color Harmonies of #349CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CBE

Black with #349CBE

Text Example


Text Example

White with #349CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,156,190); }

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

background-color css

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

 a { background-color: rgb(52,156,190); }

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

border-color css

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

 span { border-color: rgb(52,156,190); }

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