Html Css Color HEX #369FAB Pelorous

📋 copy color: '#369FAB'

red 54 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #369FAB

Tints of Pelorous #369FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 14.06%
G = 41.41%
B = 44.53%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#369FAB (or 0x369FAB) is known color: Pelorous. HEX triplet: 36, 9F and AB. RGB value is (54,159,171). Sum of RGB (Red+Green+Blue) = 54+159+171=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #369FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369FAB is #C96054. Grayscale: #808080. Windows color (decimal): -13197397 or 11247414. OLE color: 11247414.

HSL color Cylindrical-coordinate representation of color #369FAB: hue angle of 186.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369FAB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 159 171 -
CMYK 0.68 0.07 0 0.33
HSL 186.15º 0.52% 0.44% -
HSV(B) 186.15º 0.68% 0.67% -
XYZ 21.27 28.52 42.91 -
YUV 128.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 54 159 171 0.68 0.07 0 0.33 186.15 0.52 0.44
Hex 36 9F AB 44 7 0 21 BA 34 2C
Octal 66 237 253 104 7 0 41 272 64 54
Binary 110110 10011111 10101011 1000100 111 0 100001 10111010 110100 101100

Color Harmonies of #369FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369FAB

Black with #369FAB

Text Example


Text Example

White with #369FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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