Html Css Color HEX #369BC6 Pelorous

📋 copy color: '#369BC6'

red 54 ◦ green 155 ◦ blue 198

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

Shades of Pelorous #369BC6

Tints of Pelorous #369BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 13.27%
G = 38.08%
B = 48.65%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#369BC6 (or 0x369BC6) is known color: Pelorous. HEX triplet: 36, 9B and C6. RGB value is (54,155,198). Sum of RGB (Red+Green+Blue) = 54+155+198=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #369BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BC6 is #C96439. Grayscale: #818181. Windows color (decimal): -13198394 or 13015862. OLE color: 13015862.

HSL color Cylindrical-coordinate representation of color #369BC6: hue angle of 197.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #369BC6 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 155 198 -
CMYK 0.73 0.22 0 0.22
HSL 197.92º 0.57% 0.49% -
HSV(B) 197.92º 0.73% 0.78% -
XYZ 23.44 28.3 57.65 -
YUV 129.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 54 155 198 0.73 0.22 0 0.22 197.92 0.57 0.49
Hex 36 9B C6 49 16 0 16 C6 39 31
Octal 66 233 306 111 26 0 26 306 71 61
Binary 110110 10011011 11000110 1001001 10110 0 10110 11000110 111001 110001

Color Harmonies of #369BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BC6

Black with #369BC6

Text Example


Text Example

White with #369BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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