Html Css Color HEX #369CC0 Pelorous

📋 copy color: '#369CC0'

red 54 ◦ green 156 ◦ blue 192

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

Shades of Pelorous #369CC0

Tints of Pelorous #369CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 13.43%
G = 38.81%
B = 47.76%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#369CC0 (or 0x369CC0) is known color: Pelorous. HEX triplet: 36, 9C and C0. RGB value is (54,156,192). Sum of RGB (Red+Green+Blue) = 54+156+192=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #369CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CC0 is #C9633F. Grayscale: #818181. Windows color (decimal): -13198144 or 12622902. OLE color: 12622902.

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

Color convert

RGB 54 156 192 -
CMYK 0.72 0.19 0 0.25
HSL 195.65º 0.56% 0.48% -
HSV(B) 195.65º 0.72% 0.75% -
XYZ 22.92 28.37 54.14 -
YUV 129.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 54 156 192 0.72 0.19 0 0.25 195.65 0.56 0.48
Hex 36 9C C0 48 13 0 19 C4 38 30
Octal 66 234 300 110 23 0 31 304 70 60
Binary 110110 10011100 11000000 1001000 10011 0 11001 11000100 111000 110000

Color Harmonies of #369CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369CC0

Black with #369CC0

Text Example


Text Example

White with #369CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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