Html Css Color HEX #369BBE Pelorous

📋 copy color: '#369BBE'

red 54 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #369BBE

Tints of Pelorous #369BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 13.53%
G = 38.85%
B = 47.62%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#369BBE (or 0x369BBE) is known color: Pelorous. HEX triplet: 36, 9B and BE. RGB value is (54,155,190). Sum of RGB (Red+Green+Blue) = 54+155+190=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #369BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BBE is #C96441. Grayscale: #808080. Windows color (decimal): -13198402 or 12491574. OLE color: 12491574.

HSL color Cylindrical-coordinate representation of color #369BBE: hue angle of 195.44º 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 #369BBE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 155 190 -
CMYK 0.72 0.18 0 0.25
HSL 195.44º 0.56% 0.48% -
HSV(B) 195.44º 0.72% 0.75% -
XYZ 22.54 27.94 52.92 -
YUV 128.79 162.54 74.65 -
System Red Green Blue C M Y K H S L
Decimal 54 155 190 0.72 0.18 0 0.25 195.44 0.56 0.48
Hex 36 9B BE 48 12 0 19 C3 38 30
Octal 66 233 276 110 22 0 31 303 70 60
Binary 110110 10011011 10111110 1001000 10010 0 11001 11000011 111000 110000

Color Harmonies of #369BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BBE

Black with #369BBE

Text Example


Text Example

White with #369BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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