Html Css Color HEX #368EA4 Scooter

📋 copy color: '#368EA4'

red 54 ◦ green 142 ◦ blue 164

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

Shades of Scooter #368EA4

Tints of Scooter #368EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.44%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 15%
G = 39.44%
B = 45.56%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#368EA4 (or 0x368EA4) is known color: Scooter. HEX triplet: 36, 8E and A4. RGB value is (54,142,164). Sum of RGB (Red+Green+Blue) = 54+142+164=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #368EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368EA4 is #C9715B. Grayscale: #767676. Windows color (decimal): -13201756 or 10784310. OLE color: 10784310.

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

Color convert

RGB 54 142 164 -
CMYK 0.67 0.13 0 0.36
HSL 192º 0.5% 0.43% -
HSV(B) 192º 0.67% 0.64% -
XYZ 17.9 22.81 38.58 -
YUV 118.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 54 142 164 0.67 0.13 0 0.36 192 0.5 0.43
Hex 36 8E A4 43 D 0 24 C0 32 2B
Octal 66 216 244 103 15 0 44 300 62 53
Binary 110110 10001110 10100100 1000011 1101 0 100100 11000000 110010 101011

Color Harmonies of #368EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EA4

Black with #368EA4

Text Example


Text Example

White with #368EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,142,164); }

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

background-color css

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

 a { background-color: rgb(54,142,164); }

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

border-color css

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

 span { border-color: rgb(54,142,164); }

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