Html Css Color HEX #369BB9 Pelorous

📋 copy color: '#369BB9'

red 54 ◦ green 155 ◦ blue 185

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

Shades of Pelorous #369BB9

Tints of Pelorous #369BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 13.71%
G = 39.34%
B = 46.95%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#369BB9 (or 0x369BB9) is known color: Pelorous. HEX triplet: 36, 9B and B9. RGB value is (54,155,185). Sum of RGB (Red+Green+Blue) = 54+155+185=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #369BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BB9 is #C96446. Grayscale: #808080. Windows color (decimal): -13198407 or 12163894. OLE color: 12163894.

HSL color Cylindrical-coordinate representation of color #369BB9: hue angle of 193.74º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #369BB9 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 155 185 -
CMYK 0.71 0.16 0 0.27
HSL 193.74º 0.55% 0.47% -
HSV(B) 193.74º 0.71% 0.73% -
XYZ 22 27.73 50.09 -
YUV 128.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 54 155 185 0.71 0.16 0 0.27 193.74 0.55 0.47
Hex 36 9B B9 47 10 0 1B C2 37 2F
Octal 66 233 271 107 20 0 33 302 67 57
Binary 110110 10011011 10111001 1000111 10000 0 11011 11000010 110111 101111

Color Harmonies of #369BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BB9

Black with #369BB9

Text Example


Text Example

White with #369BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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