Html Css Color HEX #368FA2 Scooter

📋 copy color: '#368FA2'

red 54 ◦ green 143 ◦ blue 162

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

Shades of Scooter #368FA2

Tints of Scooter #368FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 15.04%
G = 39.83%
B = 45.13%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#368FA2 (or 0x368FA2) is known color: Scooter. HEX triplet: 36, 8F and A2. RGB value is (54,143,162). Sum of RGB (Red+Green+Blue) = 54+143+162=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #368FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368FA2 is #C9705D. Grayscale: #767676. Windows color (decimal): -13201502 or 10653494. OLE color: 10653494.

HSL color Cylindrical-coordinate representation of color #368FA2: hue angle of 190.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #368FA2 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 143 162 -
CMYK 0.67 0.12 0 0.36
HSL 190.56º 0.5% 0.42% -
HSV(B) 190.56º 0.67% 0.64% -
XYZ 17.87 23.04 37.69 -
YUV 118.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 54 143 162 0.67 0.12 0 0.36 190.56 0.5 0.42
Hex 36 8F A2 43 C 0 24 BF 32 2A
Octal 66 217 242 103 14 0 44 277 62 52
Binary 110110 10001111 10100010 1000011 1100 0 100100 10111111 110010 101010

Color Harmonies of #368FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FA2

Black with #368FA2

Text Example


Text Example

White with #368FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368FA2; }

 p { color: rgb(54,143,162); }

 H1.HeaderClassName
 {
   color: #368FA2;
 }
 .AnyTagClassName
 {
   color: #368FA2;
 }
</style>

background-color css

<style>
 a { background-color: #368FA2; }

 a { background-color: rgb(54,143,162); }

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

border-color css

<style>
 span { border-color: #368FA2; }

 span { border-color: rgb(54,143,162); }

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