Html Css Color HEX #369FAD Pelorous

📋 copy color: '#369FAD'

red 54 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #369FAD

Tints of Pelorous #369FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 13.99%
G = 41.19%
B = 44.82%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#369FAD (or 0x369FAD) is known color: Pelorous. HEX triplet: 36, 9F and AD. RGB value is (54,159,173). Sum of RGB (Red+Green+Blue) = 54+159+173=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #369FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369FAD is #C96052. Grayscale: #818181. Windows color (decimal): -13197395 or 11378486. OLE color: 11378486.

HSL color Cylindrical-coordinate representation of color #369FAD: hue angle of 187.06º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #369FAD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 159 173 -
CMYK 0.69 0.08 0 0.32
HSL 187.06º 0.52% 0.45% -
HSV(B) 187.06º 0.69% 0.68% -
XYZ 21.46 28.6 43.92 -
YUV 129.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 54 159 173 0.69 0.08 0 0.32 187.06 0.52 0.45
Hex 36 9F AD 45 8 0 20 BB 34 2D
Octal 66 237 255 105 10 0 40 273 64 55
Binary 110110 10011111 10101101 1000101 1000 0 100000 10111011 110100 101101

Color Harmonies of #369FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369FAD

Black with #369FAD

Text Example


Text Example

White with #369FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,159,173); }

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

background-color css

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

 a { background-color: rgb(54,159,173); }

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

border-color css

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

 span { border-color: rgb(54,159,173); }

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