Html Css Color HEX #369CC6 Pelorous

📋 copy color: '#369CC6'

red 54 ◦ green 156 ◦ blue 198

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

Shades of Pelorous #369CC6

Tints of Pelorous #369CC6

RGB

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

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

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

R = 13.24%
G = 38.24%
B = 48.53%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#369CC6 (or 0x369CC6) is known color: Pelorous. HEX triplet: 36, 9C and C6. RGB value is (54,156,198). Sum of RGB (Red+Green+Blue) = 54+156+198=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #369CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CC6 is #C96339. Grayscale: #828282. Windows color (decimal): -13198138 or 13016118. OLE color: 13016118.

HSL color Cylindrical-coordinate representation of color #369CC6: hue angle of 197.5º 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 #369CC6 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 156 198 -
CMYK 0.73 0.21 0 0.22
HSL 197.5º 0.57% 0.49% -
HSV(B) 197.5º 0.73% 0.78% -
XYZ 23.6 28.64 57.71 -
YUV 130.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 54 156 198 0.73 0.21 0 0.22 197.5 0.57 0.49
Hex 36 9C C6 49 15 0 16 C6 39 31
Octal 66 234 306 111 25 0 26 306 71 61
Binary 110110 10011100 11000110 1001001 10101 0 10110 11000110 111001 110001

Color Harmonies of #369CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369CC6

Black with #369CC6

Text Example


Text Example

White with #369CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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