Html Css Color HEX #369EC1 Pelorous

📋 copy color: '#369EC1'

red 54 ◦ green 158 ◦ blue 193

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

Shades of Pelorous #369EC1

Tints of Pelorous #369EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 13.33%
G = 39.01%
B = 47.65%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#369EC1 (or 0x369EC1) is known color: Pelorous. HEX triplet: 36, 9E and C1. RGB value is (54,158,193). Sum of RGB (Red+Green+Blue) = 54+158+193=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #369EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EC1 is #C9613E. Grayscale: #828282. Windows color (decimal): -13197631 or 12688950. OLE color: 12688950.

HSL color Cylindrical-coordinate representation of color #369EC1: hue angle of 195.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #369EC1 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 158 193 -
CMYK 0.72 0.18 0 0.24
HSL 195.11º 0.56% 0.48% -
HSV(B) 195.11º 0.72% 0.76% -
XYZ 23.37 29.09 54.83 -
YUV 130.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 54 158 193 0.72 0.18 0 0.24 195.11 0.56 0.48
Hex 36 9E C1 48 12 0 18 C3 38 30
Octal 66 236 301 110 22 0 30 303 70 60
Binary 110110 10011110 11000001 1001000 10010 0 11000 11000011 111000 110000

Color Harmonies of #369EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369EC1

Black with #369EC1

Text Example


Text Example

White with #369EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,193); }

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

background-color css

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

 a { background-color: rgb(54,158,193); }

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

border-color css

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

 span { border-color: rgb(54,158,193); }

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