Html Css Color HEX #339BBE Pelorous

📋 copy color: '#339BBE'

red 51 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #339BBE

Tints of Pelorous #339BBE

RGB

 RED value IS 51 (20.31% from 255) = 12.88%

 GREEN value IS 155 (60.94% from 255) = 39.14%

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

R = 12.88%
G = 39.14%
B = 47.98%

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

#339BBE (or 0x339BBE) is known color: Pelorous. HEX triplet: 33, 9B and BE. RGB value is (51,155,190). Sum of RGB (Red+Green+Blue) = 51+155+190=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #339BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBE is #CC6441. Grayscale: #7F7F7F. Windows color (decimal): -13395010 or 12491571. OLE color: 12491571.

HSL color Cylindrical-coordinate representation of color #339BBE: hue angle of 195.11º degrees, saturation: 0.58, 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 #339BBE is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 155 190 -
CMYK 0.73 0.18 0 0.25
HSL 195.11º 0.58% 0.47% -
HSV(B) 195.11º 0.73% 0.75% -
XYZ 22.38 27.86 52.91 -
YUV 127.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 51 155 190 0.73 0.18 0 0.25 195.11 0.58 0.47
Hex 33 9B BE 49 12 0 19 C3 3A 2F
Octal 63 233 276 111 22 0 31 303 72 57
Binary 110011 10011011 10111110 1001001 10010 0 11001 11000011 111010 101111

Color Harmonies of #339BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BBE

Black with #339BBE

Text Example


Text Example

White with #339BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339BBE; }

 p { color: rgb(51,155,190); }

 H1.HeaderClassName
 {
   color: #339BBE;
 }
 .AnyTagClassName
 {
   color: #339BBE;
 }
</style>

background-color css

<style>
 a { background-color: #339BBE; }

 a { background-color: rgb(51,155,190); }

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

border-color css

<style>
 span { border-color: #339BBE; }

 span { border-color: rgb(51,155,190); }

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