Html Css Color HEX #369BB6 Pelorous

📋 copy color: '#369BB6'

red 54 ◦ green 155 ◦ blue 182

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

Shades of Pelorous #369BB6

Tints of Pelorous #369BB6

RGB

 RED value IS 54 (21.48% from 255) = 13.81%

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

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 13.81%
G = 39.64%
B = 46.55%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#369BB6 (or 0x369BB6) is known color: Pelorous. HEX triplet: 36, 9B and B6. RGB value is (54,155,182). Sum of RGB (Red+Green+Blue) = 54+155+182=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #369BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BB6 is #C96449. Grayscale: #7F7F7F. Windows color (decimal): -13198410 or 11967286. OLE color: 11967286.

HSL color Cylindrical-coordinate representation of color #369BB6: hue angle of 192.66º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #369BB6 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 155 182 -
CMYK 0.70 0.15 0 0.29
HSL 192.66º 0.54% 0.46% -
HSV(B) 192.66º 0.7% 0.71% -
XYZ 21.69 27.6 48.44 -
YUV 127.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 54 155 182 0.70 0.15 0 0.29 192.66 0.54 0.46
Hex 36 9B B6 46 F 0 1D C1 36 2E
Octal 66 233 266 106 17 0 35 301 66 56
Binary 110110 10011011 10110110 1000110 1111 0 11101 11000001 110110 101110

Color Harmonies of #369BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BB6

Black with #369BB6

Text Example


Text Example

White with #369BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369BB6; }

 p { color: rgb(54,155,182); }

 H1.HeaderClassName
 {
   color: #369BB6;
 }
 .AnyTagClassName
 {
   color: #369BB6;
 }
</style>

background-color css

<style>
 a { background-color: #369BB6; }

 a { background-color: rgb(54,155,182); }

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

border-color css

<style>
 span { border-color: #369BB6; }

 span { border-color: rgb(54,155,182); }

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