Html Css Color HEX #369CBA Pelorous

📋 copy color: '#369CBA'

red 54 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #369CBA

Tints of Pelorous #369CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 13.64%
G = 39.39%
B = 46.97%

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

#369CBA (or 0x369CBA) is known color: Pelorous. HEX triplet: 36, 9C and BA. RGB value is (54,156,186). Sum of RGB (Red+Green+Blue) = 54+156+186=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #369CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CBA is #C96345. Grayscale: #808080. Windows color (decimal): -13198150 or 12229686. OLE color: 12229686.

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

Color convert

RGB 54 156 186 -
CMYK 0.71 0.16 0 0.27
HSL 193.64º 0.55% 0.47% -
HSV(B) 193.64º 0.71% 0.73% -
XYZ 22.27 28.11 50.71 -
YUV 128.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 54 156 186 0.71 0.16 0 0.27 193.64 0.55 0.47
Hex 36 9C BA 47 10 0 1B C2 37 2F
Octal 66 234 272 107 20 0 33 302 67 57
Binary 110110 10011100 10111010 1000111 10000 0 11011 11000010 110111 101111

Color Harmonies of #369CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369CBA

Black with #369CBA

Text Example


Text Example

White with #369CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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