Html Css Color HEX #349DBB Pelorous

📋 copy color: '#349DBB'

red 52 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #349DBB

Tints of Pelorous #349DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

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

R = 13.13%
G = 39.65%
B = 47.22%

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

#349DBB (or 0x349DBB) is known color: Pelorous. HEX triplet: 34, 9D and BB. RGB value is (52,157,187). Sum of RGB (Red+Green+Blue) = 52+157+187=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #349DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DBB is #CB6244. Grayscale: #808080. Windows color (decimal): -13328965 or 12295476. OLE color: 12295476.

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

Color convert

RGB 52 157 187 -
CMYK 0.72 0.16 0 0.27
HSL 193.33º 0.56% 0.47% -
HSV(B) 193.33º 0.72% 0.73% -
XYZ 22.44 28.43 51.32 -
YUV 129.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 52 157 187 0.72 0.16 0 0.27 193.33 0.56 0.47
Hex 34 9D BB 48 10 0 1B C1 38 2F
Octal 64 235 273 110 20 0 33 301 70 57
Binary 110100 10011101 10111011 1001000 10000 0 11011 11000001 111000 101111

Color Harmonies of #349DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DBB

Black with #349DBB

Text Example


Text Example

White with #349DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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