Html Css Color HEX #338FA4 Scooter

📋 copy color: '#338FA4'

red 51 ◦ green 143 ◦ blue 164

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

Shades of Scooter #338FA4

Tints of Scooter #338FA4

RGB

 RED value IS 51 (20.31% from 255) = 14.25%

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

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

R = 14.25%
G = 39.94%
B = 45.81%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#338FA4 (or 0x338FA4) is known color: Scooter. HEX triplet: 33, 8F and A4. RGB value is (51,143,164). Sum of RGB (Red+Green+Blue) = 51+143+164=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #338FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338FA4 is #CC705B. Grayscale: #757575. Windows color (decimal): -13398108 or 10784563. OLE color: 10784563.

HSL color Cylindrical-coordinate representation of color #338FA4: hue angle of 191.15º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338FA4 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 143 164 -
CMYK 0.69 0.13 0 0.36
HSL 191.15º 0.53% 0.42% -
HSV(B) 191.15º 0.69% 0.64% -
XYZ 17.89 23.03 38.62 -
YUV 117.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 51 143 164 0.69 0.13 0 0.36 191.15 0.53 0.42
Hex 33 8F A4 45 D 0 24 BF 35 2A
Octal 63 217 244 105 15 0 44 277 65 52
Binary 110011 10001111 10100100 1000101 1101 0 100100 10111111 110101 101010

Color Harmonies of #338FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FA4

Black with #338FA4

Text Example


Text Example

White with #338FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338FA4; }

 p { color: rgb(51,143,164); }

 H1.HeaderClassName
 {
   color: #338FA4;
 }
 .AnyTagClassName
 {
   color: #338FA4;
 }
</style>

background-color css

<style>
 a { background-color: #338FA4; }

 a { background-color: rgb(51,143,164); }

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

border-color css

<style>
 span { border-color: #338FA4; }

 span { border-color: rgb(51,143,164); }

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