Html Css Color HEX #369ABC Pelorous

📋 copy color: '#369ABC'

red 54 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #369ABC

Tints of Pelorous #369ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 13.64%
G = 38.89%
B = 47.47%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#369ABC (or 0x369ABC) is known color: Pelorous. HEX triplet: 36, 9A and BC. RGB value is (54,154,188). Sum of RGB (Red+Green+Blue) = 54+154+188=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #369ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ABC is #C96543. Grayscale: #7F7F7F. Windows color (decimal): -13198660 or 12360246. OLE color: 12360246.

HSL color Cylindrical-coordinate representation of color #369ABC: hue angle of 195.22º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #369ABC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 154 188 -
CMYK 0.71 0.18 0 0.26
HSL 195.22º 0.55% 0.47% -
HSV(B) 195.22º 0.71% 0.74% -
XYZ 22.15 27.53 51.72 -
YUV 127.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 54 154 188 0.71 0.18 0 0.26 195.22 0.55 0.47
Hex 36 9A BC 47 12 0 1A C3 37 2F
Octal 66 232 274 107 22 0 32 303 67 57
Binary 110110 10011010 10111100 1000111 10010 0 11010 11000011 110111 101111

Color Harmonies of #369ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369ABC

Black with #369ABC

Text Example


Text Example

White with #369ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,154,188); }

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

background-color css

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

 a { background-color: rgb(54,154,188); }

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

border-color css

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

 span { border-color: rgb(54,154,188); }

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