Html Css Color HEX #369CB9 Pelorous

📋 copy color: '#369CB9'

red 54 ◦ green 156 ◦ blue 185

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

Shades of Pelorous #369CB9

Tints of Pelorous #369CB9

RGB

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

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

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

R = 13.67%
G = 39.49%
B = 46.84%

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

#369CB9 (or 0x369CB9) is known color: Pelorous. HEX triplet: 36, 9C and B9. RGB value is (54,156,185). Sum of RGB (Red+Green+Blue) = 54+156+185=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #369CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CB9 is #C96346. Grayscale: #808080. Windows color (decimal): -13198151 or 12164150. OLE color: 12164150.

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

Color convert

RGB 54 156 185 -
CMYK 0.71 0.16 0 0.27
HSL 193.28º 0.55% 0.47% -
HSV(B) 193.28º 0.71% 0.73% -
XYZ 22.17 28.06 50.15 -
YUV 128.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 54 156 185 0.71 0.16 0 0.27 193.28 0.55 0.47
Hex 36 9C B9 47 10 0 1B C1 37 2F
Octal 66 234 271 107 20 0 33 301 67 57
Binary 110110 10011100 10111001 1000111 10000 0 11011 11000001 110111 101111

Color Harmonies of #369CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369CB9

Black with #369CB9

Text Example


Text Example

White with #369CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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